Also refresh the apps list after we restored
pull/2090/head
Gordon Williams 2022-08-11 10:16:07 +01:00
parent efd5a09b19
commit 9703983ea7
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ function bangleUpload() {
return Comms.showMessage(`Restoring...`); }) return Comms.showMessage(`Restoring...`); })
.then(() => Comms.write("\x10"+Comms.getProgressCmd()+"\n")) .then(() => Comms.write("\x10"+Comms.getProgressCmd()+"\n"))
.then(() => Comms.uploadCommandList(cmds, 0, cmds.length)) .then(() => Comms.uploadCommandList(cmds, 0, cmds.length))
.then(() => getInstalledApps(true))
.then(() => Comms.showMessage(Const.MESSAGE_RELOAD)) .then(() => Comms.showMessage(Const.MESSAGE_RELOAD))
.then(() => { .then(() => {
Progress.hide({sticky:true}); Progress.hide({sticky:true});

2
core

@ -1 +1 @@
Subproject commit ab6fefe5f06d54d2a22b89d4c9dd61a4e3815df1 Subproject commit 6857957f5aedfd9d175ecbf8e49d08bb167b8128