diff options
| author | Victor Kareh <vkareh@redhat.com> | 2025-11-18 10:33:54 -0500 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2025-12-13 21:31:50 +0100 |
| commit | 66b5977f39bf22e0641be43766439a3ed025d604 (patch) | |
| tree | c1d37a11918291bdd950310c8c490f857e47923e /src/displayapp/screens/Timer.h | |
| parent | a4918c0e96c17d98452e150e821565ee03aaa90b (diff) | |
timer: Refactor ringing state management
Consolidate timer ringing logic and use Timer component as single source
of truth for expired state.
Diffstat (limited to 'src/displayapp/screens/Timer.h')
| -rw-r--r-- | src/displayapp/screens/Timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Timer.h b/src/displayapp/screens/Timer.h index 63ca2456..651c7f0d 100644 --- a/src/displayapp/screens/Timer.h +++ b/src/displayapp/screens/Timer.h @@ -48,7 +48,6 @@ namespace Pinetime::Applications { Widgets::Counter secondCounter = Widgets::Counter(0, 59, jetbrains_mono_76); bool buttonPressing = false; - bool isRinging = false; lv_coord_t maskPosition = 0; TickType_t pressTime = 0; Utility::DirtyValue<std::chrono::seconds> displaySeconds; |
