mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-17 03:48:32 +00:00
Code cleanups
This commit is contained in:
@ -18,8 +18,8 @@
|
||||
//
|
||||
//-----------------------------------------------------------------------------------
|
||||
|
||||
import Toybox.WatchUi;
|
||||
import Toybox.Graphics;
|
||||
using Toybox.WatchUi;
|
||||
using Toybox.Graphics;
|
||||
|
||||
(:glance)
|
||||
class HomeAssistantGlanceView extends WatchUi.GlanceView {
|
||||
@ -28,13 +28,7 @@ class HomeAssistantGlanceView extends WatchUi.GlanceView {
|
||||
GlanceView.initialize();
|
||||
}
|
||||
|
||||
function onShow() {
|
||||
}
|
||||
|
||||
function onHide() {
|
||||
}
|
||||
|
||||
function onUpdate(dc) {
|
||||
function onUpdate(dc) as Void {
|
||||
GlanceView.onUpdate(dc);
|
||||
|
||||
var font = Graphics.FONT_TINY;
|
||||
|
Reference in New Issue
Block a user