fix: Remove global key
This commit is contained in:
parent
991018d86a
commit
3483df545c
3 changed files with 2 additions and 4 deletions
|
|
@ -345,7 +345,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
}
|
||||
});
|
||||
onUiaRequest[name] ??= c.onUiaRequest.stream.listen(
|
||||
UiaRequestManager(client, L10n.of(context), navigatorContext)
|
||||
UiaRequestManager(client, L10n.of(widget.context), navigatorContext)
|
||||
.onUiaRequest,
|
||||
);
|
||||
if (PlatformInfos.isWeb || PlatformInfos.isLinux) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue