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

Commit

Permalink
Update ResultsPage.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rricarrdo authored Sep 16, 2021
1 parent 2e06629 commit 918f9e8
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 918f9e8

Please sign in to comment.