chore: Update local notifications package

This commit is contained in:
Christian Pauly 2022-10-17 17:48:38 +02:00
commit 65511ca114
6 changed files with 23 additions and 22 deletions

View file

@ -409,7 +409,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
action: link == null
? null
: SnackBarAction(
label: L10n.of(context)!.link,
label: L10n.of(navigatorContext)!.link,
onPressed: () => launch(link.toString()),
),
);