Theme: Update disclosure indicator with theme color.

This commit is contained in:
SBiOSoftWhare
2020-07-16 23:16:11 +02:00
parent 0f0d46b9cb
commit fe468c0c09
13 changed files with 32 additions and 27 deletions
@@ -113,7 +113,7 @@ private enum DiscoverySectionRows {
}
case .threePid(let threePid):
if let detailCell: MXKTableViewCell = self.cellType(at: row) {
detailCell.accessoryType = .disclosureIndicator
detailCell.vc_setAccessoryDisclosureIndicator(withTheme: self.theme)
let formattedThreePid: String?