mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER 5236 remove grey green and red shield for room and user avatar
This commit is contained in:
@@ -2238,8 +2238,8 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
- (UIImage*)roomEncryptionBadgeImage
|
||||
{
|
||||
UIImage *encryptionIcon;
|
||||
|
||||
if (self.isEncryptionEnabled)
|
||||
// bwi: #5236 remove encryption status shield
|
||||
if (self.isEncryptionEnabled && BWIBuildSettings.shared.showEncryptionStatusBadgeOnAvatar)
|
||||
{
|
||||
RoomEncryptionTrustLevel roomEncryptionTrustLevel = ((RoomDataSource*)self.roomDataSource).encryptionTrustLevel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user