Restore error message
dblume

dblume commited on 2024-03-02 23:48:10
Showing 2 changed files, with 2 additions and 1 deletions.

... ...
@@ -106,6 +106,7 @@ function executeTask() as void
106 106
     success = deviceInfo.EnableInternetStatusEvent(true)
107 107
     if not success then m.top.updateTextLower = "EnableInternetStatusEvent failure"
108 108
     success = deviceInfo.EnableLowGeneralMemoryEvent(true)
109
+    if not success then m.top.updateTextLower = "EnableLowGeneralMemoryEvent failure"
109 110
     if FindMemberFunction(deviceInfo, "EnableAudioOutputEvent") <> invalid:
110 111
         success = deviceInfo.EnableAudioOutputEvent(true, "all")
111 112
         if not success then m.top.updateTextLower = "EnableAudioOutputEvent failure"
... ...
@@ -1,7 +1,7 @@
1 1
 title=dxb
2 2
 major_version=0
3 3
 minor_version=7
4
-build_version=0
4
+build_version=1
5 5
 ui_resolutions=fhd
6 6
 mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd.png
7 7
 mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd.png
8 8