mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 11:58:30 +00:00
Directly quit w/o showing RootView (if possible)
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user