chore: Update local notifications package
This commit is contained in:
parent
5e5aaa8ff9
commit
65511ca114
6 changed files with 23 additions and 22 deletions
|
|
@ -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()),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue