mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-27 11:16:45 +00:00
Fix Job adapter runtime error
This commit is contained in:
parent
18b737a327
commit
5ee1dec6b5
|
@ -21,6 +21,7 @@ class HiveConfig {
|
|||
|
||||
Hive.registerAdapter(DnsProviderAdapter());
|
||||
Hive.registerAdapter(ServerProviderAdapter());
|
||||
Hive.registerAdapter(UserTypeAdapter());
|
||||
|
||||
await Hive.openBox(BNames.appSettingsBox);
|
||||
|
||||
|
|
Loading…
Reference in a new issue