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

Commit c55b39d3 authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix editor crash in multi-window mode" into ub-contactsdialer-g-dev

parents 27f524da be330550
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -520,6 +520,9 @@ public class ContactEditorFragment extends ContactEditorBaseFragment implements

        @Override
        public void startPhotoActivity(Intent intent, int requestCode, Uri photoUri) {
            if (getActivity() == null) {
                return;
            }
            mRawContactIdRequestingPhoto = mEditor.getRawContactId();
            mCurrentPhotoHandler = this;
            mStatus = Status.SUB_ACTIVITY;