mirror of
https://github.com/pelgraine/Meck.git
synced 2026-03-28 17:42:44 +01:00
tdpro - bugfix for slow responsiveness occurring if key is pressed during toaster popup message
This commit is contained in:
@@ -1333,6 +1333,8 @@ void UITask::userLedHandler() {
|
||||
|
||||
void UITask::setCurrScreen(UIScreen* c) {
|
||||
curr = c;
|
||||
_alert_expiry = 0; // Dismiss any active toast — prevents stale overlay from
|
||||
// triggering extra 644ms e-ink refreshes on the new screen
|
||||
_next_refresh = 100;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user