mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-09-19 23:11:33 +00:00
move popview up so it does not close wifi dialog
This commit is contained in:
@@ -237,8 +237,8 @@ class HomeAssistantPinConfirmationDelegate extends WatchUi.BehaviorDelegate {
|
||||
if (mTimer != null) {
|
||||
mTimer.stop();
|
||||
}
|
||||
mConfirmMethod.invoke(mState);
|
||||
WatchUi.popView(WatchUi.SLIDE_RIGHT);
|
||||
mConfirmMethod.invoke(mState);
|
||||
} else {
|
||||
error();
|
||||
}
|
||||
|
Reference in New Issue
Block a user