RoomVC: Use encryption normal shield when retrieving room encryption trust level.

This commit is contained in:
SBiOSoftWhare
2020-01-24 17:13:08 +01:00
parent b37505c13f
commit 3fb666d9ec
+3
View File
@@ -1647,6 +1647,9 @@
case RoomEncryptionTrustLevelTrusted:
encryptionIconName = @"encryption_trusted";
break;
case RoomEncryptionTrustLevelUnknown:
encryptionIconName = @"encryption_normal";
break;
default:
break;
}