protected override void OnResume() { base.OnResume(); if ("alarm" == (Intent.GetStringExtra("type") ?? "")) { Intent.RemoveExtra("type"); App.ShowMainPage(); } }
protected override void OnResume() { base.OnResume(); if ("alarm" == (Intent.GetStringExtra("type") ?? "")) { Intent.RemoveExtra("type"); App.ShowMainPage(); } App?.Main?.StartUpdateLeftTimeTask(); }