diff --git a/deltachat-ios/Controller/ChatListViewController.swift b/deltachat-ios/Controller/ChatListViewController.swift index 17d9ca1b7..284576e43 100644 --- a/deltachat-ios/Controller/ChatListViewController.swift +++ b/deltachat-ios/Controller/ChatListViewController.swift @@ -227,8 +227,8 @@ class ChatListViewController: UITableViewController { } @objc private func handleIncomingMessageOnAnyAccount(_ notification: Notification) { - DispatchQueue.main.async { - updateAccountButton() + DispatchQueue.main.async { [weak self] in + self?.updateAccountButton() } }