Fixed crash when swiping due to unloading resources in onHide
This commit is contained in:
parent
5ea87e0d32
commit
abf7afdfc8
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user