mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Theme: Update disclosure indicator with theme color.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user