Showing 1 changed files with 1 additions and 0 deletions
+1
Nasal/softkeys.nas
... ...
@@ -42,6 +42,7 @@ var softkeysClass = {
42 42
         }
43 43
         elsif (contains(bindings, key)) {
44 44
             call(bindings[key], [], me);
45
+            me.device.display.updateSoftKeys();
45 46
         }
46 47
         elsif (key == 'BACK') {
47 48
             pop(me.path);