diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-07-28 15:25:31 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-07-28 15:25:31 +1000 |
| commit | 9d33c33c8d669b787acd74bd5b9c7ff4c09338db (patch) | |
| tree | 7bbb7d4025503224f793635ce74dd7c20342c314 /src/ui/include/ui_fsm.hpp | |
| parent | 10120f9a92aa84f8b5d17a7e84e767a7aa0b42e7 (diff) | |
| download | tangara-fw-9d33c33c8d669b787acd74bd5b9c7ff4c09338db.tar.gz | |
Lock button does that same thing always
Diffstat (limited to 'src/ui/include/ui_fsm.hpp')
| -rw-r--r-- | src/ui/include/ui_fsm.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/include/ui_fsm.hpp b/src/ui/include/ui_fsm.hpp index 20e5beb1..bb8ecd0a 100644 --- a/src/ui/include/ui_fsm.hpp +++ b/src/ui/include/ui_fsm.hpp @@ -44,7 +44,7 @@ class UiState : public tinyfsm::Fsm<UiState> { virtual void react(const audio::PlaybackUpdate&) {} virtual void react(const audio::QueueUpdate&) {} - virtual void react(const system_fsm::KeyLockChanged&) {} + virtual void react(const system_fsm::KeyLockChanged&); virtual void react(const internal::RecordSelected&) {} virtual void react(const internal::IndexSelected&) {} @@ -86,7 +86,6 @@ class Browse : public UiState { void react(const internal::IndexSelected&) override; void react(const internal::BackPressed&) override; - void react(const system_fsm::KeyLockChanged&) override; void react(const system_fsm::StorageMounted&) override; using UiState::react; }; |
