mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
fix "Unhandled Exception: VRouter.of(context) was called with a context which does not contain a VRouter."
fixes #1163
This commit is contained in:
parent
77e1da8318
commit
325dcf901a
@ -244,8 +244,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||||||
|
|
||||||
bool webHasFocus = true;
|
bool webHasFocus = true;
|
||||||
|
|
||||||
String? get activeRoomId =>
|
String? get activeRoomId => navigatorContext.vRouter.pathParameters['roomid'];
|
||||||
VRouter.of(navigatorContext).pathParameters['roomid'];
|
|
||||||
|
|
||||||
final linuxNotifications =
|
final linuxNotifications =
|
||||||
PlatformInfos.isLinux ? NotificationsClient() : null;
|
PlatformInfos.isLinux ? NotificationsClient() : null;
|
||||||
|
Loading…
Reference in New Issue
Block a user