Fix navigation animation not playing sometimes.
This commit is contained in:
@@ -903,6 +903,7 @@ void gui_Menu(const menuitem *menu) {
|
|||||||
OLED::set_framebuffer(NULL);
|
OLED::set_framebuffer(NULL);
|
||||||
OLED::transitionToContents(secondaryFrameBuffer, false);
|
OLED::transitionToContents(secondaryFrameBuffer, false);
|
||||||
}
|
}
|
||||||
|
enterGUIMenu = true;
|
||||||
} else {
|
} else {
|
||||||
earlyExit = true;
|
earlyExit = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user