From d4557e2d1ba3e4d3743eb959a69a04f49ab69a45 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Thu, 29 Jul 2021 14:04:32 +0300 Subject: [PATCH] fix resume not working --- PomoTime/MainPage.xaml.cs | 1 + PomoTime/Package.appxmanifest | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PomoTime/MainPage.xaml.cs b/PomoTime/MainPage.xaml.cs index b0dc164..9067bdf 100644 --- a/PomoTime/MainPage.xaml.cs +++ b/PomoTime/MainPage.xaml.cs @@ -327,6 +327,7 @@ namespace PomoTime { FastForwardTime(); SaveLocalState(); + StartTimer(); } private void StartTimer() diff --git a/PomoTime/Package.appxmanifest b/PomoTime/Package.appxmanifest index 395bc50..fd5c3da 100644 --- a/PomoTime/Package.appxmanifest +++ b/PomoTime/Package.appxmanifest @@ -9,9 +9,9 @@ + Version="1.0.22.0" /> - + PomoTime