Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb2f57fb authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Close compose screen after sending message

parent 5b8e205e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ public class ComposeFragment extends QKFragment implements ActivityLauncher, Rec
    public void onSend(String[] recipients, String body) {
        long threadId = Utils.getOrCreateThreadId(mContext, recipients[0]);
        if (threadId != 0) {
            mContext.finish();
            MessageListActivity.launch(mContext, threadId, -1, null, true);
        } else {
            mContext.onBackPressed();