mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 14:35:45 +00:00
Navigation
This commit is contained in:
parent
53937ae1a8
commit
3e546d8178
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue