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 a7df696f5b
commit 5480e913ad

View file

@ -1647,6 +1647,9 @@
case RoomEncryptionTrustLevelTrusted:
encryptionIconName = @"encryption_trusted";
break;
case RoomEncryptionTrustLevelUnknown:
encryptionIconName = @"encryption_normal";
break;
default:
break;
}