do not jump out of whispher mode when selecting attach

This commit is contained in:
Daniel Gultsch 2019-04-26 17:53:00 +02:00
parent 5e30d97439
commit b55d4bc62f
1 changed files with 0 additions and 1 deletions

View File

@ -1568,7 +1568,6 @@ public class ConversationFragment extends XmppFragment implements EditMessage.Ke
}
};
if (account.httpUploadAvailable() || attachmentChoice == ATTACHMENT_CHOICE_LOCATION) {
conversation.setNextCounterpart(null);
callback.onPresenceSelected();
} else {
activity.selectPresence(conversation, callback);