1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-31 07:26:09 +00:00

Suppression popup

This commit is contained in:
Yan Maniez 2018-12-17 20:47:47 +01:00
parent 6e50be7934
commit e6a68d4788
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.nioux.AideDeJeu</string> <string>com.nioux.AideDeJeu</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0.2</string> <string>1.0.3</string>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>XSAppIconAssets</key> <key>XSAppIconAssets</key>

View file

@ -191,7 +191,7 @@ namespace AideDeJeu.ViewModels
} }
else else
{ {
await App.Current.MainPage.DisplayAlert("Lien invalide", s, "OK"); //await App.Current.MainPage.DisplayAlert("Lien invalide", s, "OK");
} }
} }
} }