missed one, sorry

This commit is contained in:
Thomas Göttgens 2022-09-23 23:29:32 +02:00
parent 347af0210e
commit 5fa96c7fd1

View File

@ -1307,7 +1307,6 @@ void Screen::handleOnPress()
// If we are in a transition, the press must have bounced, drop it.
if (ui.getUiState()->frameState == FIXED) {
ui.nextFrame();
DEBUG_MSG("Setting LastScreenTransition\n");
lastScreenTransition = millis();
setFastFramerate();
}