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

Commit 3e693f9f authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

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

* commit 'b20f0928':
  Fix NPE in AttachPhotoActivity after rotating while cropping
parents 7f69aabb b20f0928
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