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; }