Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from Anyline/rricarrdo-patch-1
Browse files Browse the repository at this point in the history
Update ResultsPage.xaml.cs
  • Loading branch information
ricardocolombo authored Sep 16, 2021
2 parents 2e06629 + 918f9e8 commit 8782db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Xamarin.Forms/Anyline/Anyline/ResultsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public ResultsPage(Dictionary<string, Object> results, string configurationFile)
{
Device.BeginInvokeOnMainThread(async () =>
{
Navigation.InsertPageBefore(new NFCScanExamplePage(configurationFile), this);
Navigation.InsertPageBefore(new ScanExamplePage(configurationFile), this);
await Navigation.PopAsync();
});
};
Expand Down Expand Up @@ -52,4 +52,4 @@ private void ShowResults(Dictionary<string, object> results)
Device.BeginInvokeOnMainThread(() => cvContent.Content = slResults);
}
}
}
}

0 comments on commit 8782db9

Please sign in to comment.