Skip to content

Commit

Permalink
Fix build 🤦 (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Aug 2, 2024
1 parent 8b0d5cb commit 28fd6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deltachat-ios/Controller/ChatListViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

Expand Down

0 comments on commit 28fd6f2

Please sign in to comment.