private void CloseTimerPage() { App.ToUpdateLogsFlag = true; App.ToUpdateQueueFlag = true; MessagingCenter.Unsubscribe <App>(this, Constants.Strings.AppResumed); Device.BeginInvokeOnMainThread(async() => { await App.Current.MainPage.Navigation.PopAsync(); App.ActivateLogsTab(); }); }
private void OnTimerDone() { App.ToUpdateLogsFlag = true; App.ActiveCall.ActiveCallRequest = null; UnsubscribeEvents(); Device.BeginInvokeOnMainThread(async() => { await App.Current.MainPage.Navigation.PopAsync(); App.ActivateLogsTab(); await RateInterpreterAsync(_userId, _callId); }); }