mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-01 17:38:40 +00:00
show toast, not error, in updateMenuItems
This commit is contained in:
@ -27,9 +27,8 @@ class HomeAssistantService {
|
||||
//! Class Constructor
|
||||
//
|
||||
function initialize() {
|
||||
if (WatchUi has :showToast) {
|
||||
mHasToast = true;
|
||||
}
|
||||
mHasToast = WatchUi has :showToast;
|
||||
|
||||
if (Attention has :vibrate) {
|
||||
mHasVibrate = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user