mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
Fixing a mistake I did
This commit is contained in:
parent
7ce739f381
commit
5d130e28e5
@ -125,7 +125,13 @@ def root_ui_level_icon_press() -> None:
|
||||
|
||||
def root_ui_menu_button_press() -> None:
|
||||
from bauiv1._appsubsystem import UIV1AppSubsystem
|
||||
from babase import app
|
||||
|
||||
if app.classic is None:
|
||||
logging.exception('Classic not present.')
|
||||
return
|
||||
|
||||
app.classic.resume()
|
||||
_root_ui_button_press(UIV1AppSubsystem.RootUIElement.MENU_BUTTON)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user