tdpro - bugfix for slow responsiveness occurring if key is pressed during toaster popup message

This commit is contained in:
pelgraine
2026-03-17 18:55:10 +11:00
parent c2c2d8cf21
commit 046cce6f43

View File

@@ -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;
}