Throw unknown exceptions found during sync

This commit is contained in:
Vishnu Mohandas 2021-02-26 13:29:11 +05:30
parent ffefa99504
commit 7a778abaea

View file

@ -109,6 +109,7 @@ class SyncService {
Bus.instance.fire(
SyncStatusUpdate(SyncStatus.error, reason: "backup failed"));
}
throw e;
} finally {
_isSyncInProgress = false;
}