mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-23 22:12:34 +01:00
chore: Fix web hive encryption
This commit is contained in:
parent
6f11f3ed1a
commit
bd60c67535
@ -50,8 +50,8 @@ class FlutterFamedlySdkHiveDatabase extends FamedlySdkHiveDatabase {
|
||||
);
|
||||
hiverCipher = HiveAesCipher(encryptionKey);
|
||||
} on MissingPluginException catch (_) {
|
||||
Logs()
|
||||
.i('Hive encryption is not supported on ${Platform.operatingSystem}');
|
||||
Logs().i(
|
||||
'Hive encryption is not supported on ${kIsWeb ? 'Web' : Platform.operatingSystem}');
|
||||
}
|
||||
final db = FamedlySdkHiveDatabase(
|
||||
client.clientName,
|
||||
|
Loading…
Reference in New Issue
Block a user