We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b522cb + fbb8bb2 commit 6f81ce7Copy full SHA for 6f81ce7
NextcloudTalk/ChatViewController.swift
@@ -649,6 +649,10 @@ import UIKit
649
self.messageExpirationTimer?.invalidate()
650
self.chatController.stop()
651
652
+ // Dismiss possible notifications
653
+ // swiftlint:disable:next notification_center_detachment
654
+ NotificationCenter.default.removeObserver(self)
655
+
656
// In case we're typing when we leave the chat, make sure we notify everyone
657
// The 'stopTyping' method makes sure to only send signaling messages when we were typing before
658
self.stopTyping(force: false)
0 commit comments