1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
This commit is contained in:
Yan Maniez 2018-09-24 23:33:04 +02:00
parent c34ce571ea
commit 7b1342e5df
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@ namespace AideDeJeu.Droid
if (Rg.Plugins.Popup.Popup.SendBackPressed(base.OnBackPressed))
{
// Do something if there are some pages in the `PopupStack`
Rg.Plugins.Popup.Services.PopupNavigation.Instance.PopAsync();
}
else
{

View file

@ -54,7 +54,8 @@ namespace AideDeJeu.UWP
Rg.Plugins.Popup.Popup.Init();
Xamarin.Forms.Forms.Init(e);
//Xamarin.Forms.Forms.Init(e);
Xamarin.Forms.Forms.Init(e, Rg.Plugins.Popup.Popup.GetExtraAssemblies());
if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
{