diff --git a/backup.js b/backup.js index 8a894666e..06d98a366 100644 --- a/backup.js +++ b/backup.js @@ -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}); diff --git a/core b/core index ab6fefe5f..6857957f5 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit ab6fefe5f06d54d2a22b89d4c9dd61a4e3815df1 +Subproject commit 6857957f5aedfd9d175ecbf8e49d08bb167b8128