We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11db3ef commit a5d4a4fCopy full SHA for a5d4a4f
source/AnalogView.mc
@@ -85,7 +85,6 @@ class AnalogView extends WatchUi.WatchFace
85
if (Storage.getValue(12) == null) { Storage.setValue(12, 22); } //small length data field 2
86
if (Storage.getValue(17) == null) { Storage.setValue(17, 22); } //small length data field 3
87
if (Storage.getValue(21) != null) { Storage.deleteValue(21); } // temporary removal of "checks" array, until a new variable is needed
88
- if (Storage.getValue(23) != null) { Storage.deleteValue(23); } // temporary removal of MtbA version check, until a new variable is needed
89
}
90
91
0 commit comments