mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +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:
|
||||
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