do not jump out of whispher mode when selecting attach
This commit is contained in:
parent
5e30d97439
commit
b55d4bc62f
|
@ -1568,7 +1568,6 @@ public class ConversationFragment extends XmppFragment implements EditMessage.Ke
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (account.httpUploadAvailable() || attachmentChoice == ATTACHMENT_CHOICE_LOCATION) {
|
if (account.httpUploadAvailable() || attachmentChoice == ATTACHMENT_CHOICE_LOCATION) {
|
||||||
conversation.setNextCounterpart(null);
|
|
||||||
callback.onPresenceSelected();
|
callback.onPresenceSelected();
|
||||||
} else {
|
} else {
|
||||||
activity.selectPresence(conversation, callback);
|
activity.selectPresence(conversation, callback);
|
||||||
|
|
Loading…
Reference in New Issue