forked from mirror/monocles_chat
added OTR encryption string
This commit is contained in:
parent
2c4a725b66
commit
fd583aa4ae
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ public class ConversationMenuConfigurator {
|
|||
axolotl.setVisible(Config.supportOmemo());
|
||||
switch (conversation.getNextEncryption()) {
|
||||
case Message.ENCRYPTION_OTR:
|
||||
menuSecure.setTitle(R.string.encryption_choice_otr);
|
||||
otr.setChecked(true);
|
||||
break;
|
||||
case Message.ENCRYPTION_PGP:
|
||||
|
|
Loading…
Add table
Reference in a new issue