Exemplo n.º 1
0
        public async void Finish(object sender, EventArgs e)
        {
            _isDriving = false;

            App.Current.Store.FinishTrip(_tripID, 100020, _debugHourOffset);
            _tripNotification.Dismiss();

            await DisplayAlert("TODO", "Go to summary screen", "ok");

            await App.Current.Storyboard.Return();
        }