1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Navigation

This commit is contained in:
Yan Maniez 2019-09-29 02:09:16 +02:00
parent 53937ae1a8
commit 3e546d8178

View file

@ -239,7 +239,7 @@ namespace AideDeJeu.ViewModels
public async Task NavigateToLinkAsync(string s) public async Task NavigateToLinkAsync(string s)
{ {
await Shell.Current.Navigation.PushAsync(new ItemPage(s), true);//.GoToAsync($"item?path={Uri.EscapeDataString(s)}"); await Navigation.PushAsync(new ItemPage(s), true);//.GoToAsync($"item?path={Uri.EscapeDataString(s)}");
return; return;
if (s != null) if (s != null)
{ {