Skip to content

Commit

Permalink
the contact's 'mute' button is not needed if there is no chat with th…
Browse files Browse the repository at this point in the history
…e contact
  • Loading branch information
r10s committed Feb 8, 2025
1 parent eadc1bc commit 7b429c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Controller/ContactDetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class ContactDetailViewController: UITableViewController {
}
headerCell.setGreenCheckmark(greenCheckmark: viewModel.greenCheckmark)
headerCell.setMuted(isMuted: viewModel.chatIsMuted)
headerCell.showMuteButton(show: true)
headerCell.showMuteButton(show: viewModel.chatId != 0)
}
headerCell.showSearchButton(show: viewModel.chatCanSend)
}
Expand Down

0 comments on commit 7b429c1

Please sign in to comment.