fix: Click on notification does not open room

This commit is contained in:
krille-chan 2023-08-06 17:42:28 +02:00
commit 39adb55b3d
No known key found for this signature in database
3 changed files with 15 additions and 19 deletions

View file

@ -78,7 +78,6 @@ class FluffyChatAppState extends State<FluffyChatApp> {
builder: (context, child) => Matrix(
key: FluffyChatApp.matrixKey,
context: context,
router: FluffyChatApp.routerKey,
clients: widget.clients,
child: child,
),