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

View File

@@ -357,7 +357,7 @@ enum {
MXDeviceInfo *deviceInfo = [self.mainSession.crypto deviceWithDeviceId:deviceId ofUser:self.mainSession.myUser.userId];
cell.textLabel.numberOfLines = 0;
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
[cell vc_setAccessoryDisclosureIndicatorWithCurrentTheme];
if (deviceInfo.trustLevel.isVerified)
{