Fixed crash when swiping due to unloading resources in onHide

This commit is contained in:
Mark van Renswoude 2024-11-29 13:31:26 +01:00
parent 5ea87e0d32
commit abf7afdfc8

View File

@ -73,14 +73,6 @@ class KittieCatsView extends WatchUi.WatchFace
function onHide() as Void function onHide() as Void
{ {
self.backgroundHi = null;
self.backgroundLo = null;
self.armHour = null;
self.armMinute = null;
self.armSecond = null;
self.icons = null;
} }