chore: Bump version
This commit is contained in:
parent
6f6a9b52d4
commit
39b8876837
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ class FlutterFamedlySdkHiveDatabase extends FamedlySdkHiveDatabase {
|
|||
if (!kIsWeb && !_hiveInitialized) {
|
||||
Logs().i('Init Hive database...');
|
||||
if (!kIsWeb && Platform.isLinux) {
|
||||
Hive.init('.local/share/fluffychat/');
|
||||
Hive.init((await getApplicationSupportDirectory()).path);
|
||||
} else {
|
||||
await Hive.initFlutter();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue