mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 15:19:56 +00:00
Back
This commit is contained in:
parent
c34ce571ea
commit
7b1342e5df
2 changed files with 3 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ namespace AideDeJeu.Droid
|
||||||
if (Rg.Plugins.Popup.Popup.SendBackPressed(base.OnBackPressed))
|
if (Rg.Plugins.Popup.Popup.SendBackPressed(base.OnBackPressed))
|
||||||
{
|
{
|
||||||
// Do something if there are some pages in the `PopupStack`
|
// Do something if there are some pages in the `PopupStack`
|
||||||
|
Rg.Plugins.Popup.Services.PopupNavigation.Instance.PopAsync();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,8 @@ namespace AideDeJeu.UWP
|
||||||
|
|
||||||
Rg.Plugins.Popup.Popup.Init();
|
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)
|
if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue