Add some local timings to backup export.

This commit is contained in:
Greyson Parrelli
2024-10-10 10:55:27 -04:00
parent 0712503485
commit 497cec4c17
5 changed files with 91 additions and 38 deletions

View File

@@ -214,8 +214,6 @@ class InternalBackupPlaygroundViewModel : ViewModel() {
fun wipeAllDataAndRestoreFromRemote() {
SignalExecutors.BOUNDED_IO.execute {
SignalDatabase.threads.deleteAllConversations()
AppDependencies.messageNotifier.updateNotification(AppDependencies.application)
restoreFromRemote()
}
}