mirror of https://github.com/espruino/BangleApps
Apply fix for app restore: https://github.com/espruino/BangleApps/issues/2068#issuecomment-1211717749
Also refresh the apps list after we restoredpull/2090/head
parent
efd5a09b19
commit
9703983ea7
|
@ -101,6 +101,7 @@ function bangleUpload() {
|
|||
return Comms.showMessage(`Restoring...`); })
|
||||
.then(() => Comms.write("\x10"+Comms.getProgressCmd()+"\n"))
|
||||
.then(() => Comms.uploadCommandList(cmds, 0, cmds.length))
|
||||
.then(() => getInstalledApps(true))
|
||||
.then(() => Comms.showMessage(Const.MESSAGE_RELOAD))
|
||||
.then(() => {
|
||||
Progress.hide({sticky:true});
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit ab6fefe5f06d54d2a22b89d4c9dd61a4e3815df1
|
||||
Subproject commit 6857957f5aedfd9d175ecbf8e49d08bb167b8128
|
Loading…
Reference in New Issue