Skip to content

Commit 72abb7c

Browse files
committed
fix: Close context menu on resigning
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 0e91365 commit 72abb7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NextcloudTalk/Rooms/RoomsTableViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ class RoomsTableViewController: UITableViewController, CCCertificateDelegate, UI
405405

406406
@objc private func appWillResignActive(_ notification: Notification) {
407407
stopRefreshRoomsTimer()
408+
self.tableView.contextMenuInteraction?.dismissMenu()
408409
}
409410

410411
@objc private func roomCreated(_ notification: Notification) {

0 commit comments

Comments
 (0)