Directly quit w/o showing RootView (if possible)

This commit is contained in:
SomeoneOnEarth
2023-12-12 21:42:02 +01:00
parent 3cc1dd88c3
commit 9aa32703cc
2 changed files with 16 additions and 6 deletions

View File

@ -177,7 +177,7 @@ class HomeAssistantApp extends Application.AppBase {
}
function pushHomeAssistantMenuView() as Void{
WatchUi.pushView(mHaMenu, new HomeAssistantViewDelegate(), WatchUi.SLIDE_IMMEDIATE);
WatchUi.pushView(mHaMenu, new HomeAssistantViewDelegate(true), WatchUi.SLIDE_IMMEDIATE);
}
// We need to spread out the API calls so as not to overload the results queue and cause Communications.BLE_QUEUE_FULL (-101) error.