mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 18:52:39 +01:00
hotfix: Rethrow getDatabase exception
This commit is contained in:
parent
6ffbf16cff
commit
c8d3c9d614
@ -36,6 +36,8 @@ Future<Database> getDatabase(Client client) async {
|
||||
await store.setItem('database-password', password);
|
||||
}
|
||||
return _db;
|
||||
} catch (_) {
|
||||
rethrow;
|
||||
} finally {
|
||||
_generateDatabaseLock = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user