Fix the point where an error is thrown
This commit is contained in:
parent
7a778abaea
commit
009d9957bf
1 changed files with 1 additions and 1 deletions
|
@ -108,8 +108,8 @@ class SyncService {
|
|||
} else {
|
||||
Bus.instance.fire(
|
||||
SyncStatusUpdate(SyncStatus.error, reason: "backup failed"));
|
||||
throw e;
|
||||
}
|
||||
throw e;
|
||||
} finally {
|
||||
_isSyncInProgress = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue