chore: Follow up notification action

This commit is contained in:
Christian Kußowski 2025-10-07 10:51:04 +02:00
commit 1bef2dcbbb
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 25 additions and 3 deletions

View file

@ -38,7 +38,7 @@ Future<void> pushHelper(
} catch (e, s) {
Logs().e('Push Helper has crashed! Writing into temporary file', e, s);
l10n ??= await lookupL10n(const Locale('en'));
l10n ??= await lookupL10n(PlatformDispatcher.instance.locale);
flutterLocalNotificationsPlugin.show(
notification.roomId?.hashCode ?? 0,
l10n.newMessageInFluffyChat,