refactor: Use non nullable localizations builder and lazy load on web
This commit is contained in:
parent
8cedd2a45a
commit
0d4b7d67cc
111 changed files with 879 additions and 883 deletions
|
|
@ -35,7 +35,7 @@ Future<void> pushHelper(
|
|||
} catch (e, s) {
|
||||
Logs().v('Push Helper has crashed!', e, s);
|
||||
|
||||
l10n ??= lookupL10n(const Locale('en'));
|
||||
l10n ??= await lookupL10n(const Locale('en'));
|
||||
flutterLocalNotificationsPlugin.show(
|
||||
notification.roomId?.hashCode ?? 0,
|
||||
l10n.newMessageInFluffyChat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue