added OTR encryption string

This commit is contained in:
Arne 2021-12-30 13:03:46 +01:00
parent 2c4a725b66
commit fd583aa4ae

View file

@ -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: