Exemple #1
0
        protected override void OnResume()
        {
            base.OnResume();

            if ("alarm" == (Intent.GetStringExtra("type") ?? ""))
            {
                Intent.RemoveExtra("type");
                App.ShowMainPage();
            }
        }
Exemple #2
0
        protected override void OnResume()
        {
            base.OnResume();

            if ("alarm" == (Intent.GetStringExtra("type") ?? ""))
            {
                Intent.RemoveExtra("type");
                App.ShowMainPage();
            }
            App?.Main?.StartUpdateLeftTimeTask();
        }