From 5b74a46b2bd8feff3aa32fce2b8d3f1a9f82f9ce Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Tue, 8 Sep 2020 21:13:25 +0300 Subject: [PATCH] actually, do show 00:00 after clicking on notification --- PomoTime/MainPage.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PomoTime/MainPage.xaml.cs b/PomoTime/MainPage.xaml.cs index aec02e6..d62da92 100644 --- a/PomoTime/MainPage.xaml.cs +++ b/PomoTime/MainPage.xaml.cs @@ -357,8 +357,6 @@ namespace PomoTime MainViewRunningState.IsRunning = false; MainViewRunningState.MinutesLeft = 0; MainViewRunningState.SecondsLeft = 0; - // Continue onto the next period - PlusSecond(); return; }