refactor: Better logic for removing outdated notifications

This commit is contained in:
Krille 2024-03-06 15:45:00 +01:00
commit 6d973db6fc
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 15 additions and 108 deletions

View file

@ -466,7 +466,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
client.httpClient.close();
onFocusSub?.cancel();
onBlurSub?.cancel();
backgroundPush?.onRoomSync?.cancel();
linuxNotifications?.close();