Move to better database deletion call; clears in-memory caches

This commit is contained in:
Scott Nonnenberg
2018-03-07 12:24:52 -08:00
committed by Scott Nonnenberg
parent c81d3f5c0b
commit 12d9d41548

View File

@@ -149,6 +149,8 @@
this.$('#link-phone').submit();
},
confirmNumber: function(number) {
var tsp = textsecure.storage.protocol;
window.removeSetupMenuItems();
this.selectStep(Steps.ENTER_NAME);
this.setDeviceNameDefault();
@@ -180,7 +182,7 @@
return finish();
}
Whisper.Backup.clearDatabase().then(finish, function(error) {
tsp.removeAllData().then(finish, function(error) {
console.log(
'confirmNumber: error clearing database',
error && error.stack ? error.stack : error