refactor: Better logic for removing outdated notifications
This commit is contained in:
parent
c0ba68dff5
commit
6d973db6fc
5 changed files with 15 additions and 108 deletions
|
|
@ -466,7 +466,6 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
client.httpClient.close();
|
||||
onFocusSub?.cancel();
|
||||
onBlurSub?.cancel();
|
||||
backgroundPush?.onRoomSync?.cancel();
|
||||
|
||||
linuxNotifications?.close();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue