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

Commit b20f0928 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in AttachPhotoActivity after rotating while cropping" into klp-dev

parents 88df7126 2518abdb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -111,6 +111,9 @@ public class AttachPhotoActivity extends ContactsActivity {
        if (mTempPhotoUri != null) {
            outState.putString(KEY_TEMP_PHOTO_URI, mTempPhotoUri.toString());
        }
        if (mCroppedPhotoUri != null) {
            outState.putString(KEY_CROPPED_PHOTO_URI, mCroppedPhotoUri.toString());
        }
    }

    @Override