Use lock icons for call security indication

This commit is contained in:
Juha Heinanen
2022-08-07 18:03:45 +03:00
parent 158682634d
commit c1036cddde
11 changed files with 30 additions and 13 deletions
@@ -83,7 +83,7 @@ class Call(val callp: Long, val ua: UserAgent, val peerUri: String, val dir: Str
}
init {
if (ua.account.mediaEnc != "") security = R.drawable.box_red
if (ua.account.mediaEnc != "") security = R.drawable.unlocked
}
fun destroy() {