Fix navigation animation not playing sometimes.

This commit is contained in:
Patrick Horlebein
2020-04-06 18:55:48 +02:00
parent f3d0bc3965
commit 330c4868c2

View File

@@ -903,6 +903,7 @@ void gui_Menu(const menuitem *menu) {
OLED::set_framebuffer(NULL);
OLED::transitionToContents(secondaryFrameBuffer, false);
}
enterGUIMenu = true;
} else {
earlyExit = true;
}