1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Autres liens

This commit is contained in:
Yan Maniez 2018-06-22 09:06:00 +02:00
parent 6a8ee5f49c
commit d4cbcdfe10

View file

@ -185,6 +185,10 @@ namespace AideDeJeu.ViewModels
await Navigator.GotoMonsterDetailPageAsync(monster);
}
}
else
{
Device.OpenUri(new Uri(s));
}
}
}