mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 06:53:18 +08:00
Removing this code as Eric fixed it
This commit is contained in:
parent
cf636f7cc9
commit
d549e52804
@ -125,13 +125,7 @@ def root_ui_level_icon_press() -> None:
|
|||||||
|
|
||||||
def root_ui_menu_button_press() -> None:
|
def root_ui_menu_button_press() -> None:
|
||||||
from bauiv1._appsubsystem import UIV1AppSubsystem
|
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)
|
_root_ui_button_press(UIV1AppSubsystem.RootUIElement.MENU_BUTTON)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user