diff --git a/flutter/lib/main.dart b/flutter/lib/main.dart index 67e9dda..6feb2d1 100644 --- a/flutter/lib/main.dart +++ b/flutter/lib/main.dart @@ -302,6 +302,7 @@ Future _receiveMessage(RemoteMessage message, bool foreground) async { await Hive.openBox('scn-logs'); await Hive.openBox('scn-fb-messages'); await Hive.openBox('scn-message-cache'); + await Hive.openBox('scn-requests'); } catch (exc, trace) { ApplicationLog.error('Failed to init hive:' + exc.toString(), trace: trace); Notifier.showLocalNotification("@ERROR", "@ERROR", 'Error Channel', "Error", "Failed to receive SCN message (init failed)", null);