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

Commit 6a226be1 authored by Enming Xie's avatar Enming Xie
Browse files

Fix Can not attach MMS from Compose

parent 36c92776
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);