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

Commit 8350086f authored by Moez Bhatti's avatar Moez Bhatti Committed by GitHub
Browse files

Merge pull request #622 from frogoscar/enmingxie/Fix_Cannot_attach_MMS_from_Compose

Enmingxie/fix cannot attach mms from compose
parents b85e7ae4 017e064b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
package com.moez.QKSMS.ui.compose;

import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutInflater;
@@ -88,6 +89,16 @@ public class ComposeFragment extends QKFragment implements ActivityLauncher, Rec
        return addresses;
    }

    /**
     * Photo Selection result
     */
    @Override
    public void onActivityResult(int requestCode, int resultCode, final Intent data) {
        if (!mComposeView.onActivityResult(requestCode, resultCode, data)) {
            // Wasn't handled by ComposeView
        }
    }

    @Override
    public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
        mRecipients.onItemClick(parent, view, position, id);
+2 −1
Original line number Diff line number Diff line
@@ -426,7 +426,6 @@ public class ComposeView extends LinearLayout implements View.OnClickListener {
        } else {
            attachment = null;
        }
        clearAttachment();

        String[] recipients = null;
        if (mConversation != null) {
@@ -440,6 +439,8 @@ public class ComposeView extends LinearLayout implements View.OnClickListener {

        // If we have some recipients, send the message!
        if (recipients != null && recipients.length > 0) {
            clearAttachment();

            mReplyText.setText("");

            AnalyticsManager.getInstance().sendEvent(