mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-16 17:09:31 +01:00
fix: Crash on start
This commit is contained in:
parent
83c066b387
commit
16febd3c34
@ -211,7 +211,8 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
final linuxNotifications = NotificationsClient();
|
final linuxNotifications =
|
||||||
|
PlatformInfos.isLinux ? NotificationsClient() : null;
|
||||||
final Map<String, int> _linuxNotificationIds = {};
|
final Map<String, int> _linuxNotificationIds = {};
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
Reference in New Issue
Block a user