actually, do show 00:00 after clicking on notification

This commit is contained in:
2020-09-08 21:13:25 +03:00
parent 143e7783d5
commit 5b74a46b2b

View File

@@ -357,8 +357,6 @@ namespace PomoTime
MainViewRunningState.IsRunning = false;
MainViewRunningState.MinutesLeft = 0;
MainViewRunningState.SecondsLeft = 0;
// Continue onto the next period
PlusSecond();
return;
}