mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-06 11:58:34 +00:00
Changes as per issue.
This commit is contained in:
@ -14,7 +14,12 @@
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
// Home Assistant settings.
|
||||
// Home Assistant settings.
|
||||
//
|
||||
// WARNING!
|
||||
//
|
||||
// Careful putting ErrorView.show() calls in here. They need to be guarded so that
|
||||
// they do not get called when only displaying the glance view.
|
||||
//
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
||||
@ -93,8 +98,6 @@ class Settings {
|
||||
Background.deleteTemporalEvent();
|
||||
Background.deleteActivityCompletedEvent();
|
||||
}
|
||||
} else {
|
||||
ErrorView.show(WatchUi.loadResource($.Rez.Strings.NoPhone) as Lang.String);
|
||||
}
|
||||
} else {
|
||||
// Explicitly disable the background event which persists when the application closes.
|
||||
|
Reference in New Issue
Block a user