Bug fix where freetext screen activates when alert banner shows

This commit is contained in:
HarukiToreda
2025-05-11 12:15:44 -04:00
parent d9bfed242c
commit 2f4f2b1202
3 changed files with 41 additions and 5 deletions

View File

@@ -703,4 +703,7 @@ class Screen : public concurrency::OSThread
} // namespace graphics
extern String alertBannerMessage;
extern uint32_t alertBannerUntil;
#endif