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

Commit 454dbfd4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix for User edit info dialog during rotation" am: c6603dfd am: 7cda6b42

Change-Id: Ia6a3ca26dd3b2fdfce8df0cb21b24927fcb07bcb
parents 3248e62e 7cda6b42
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -95,8 +95,7 @@ public class EditUserInfoController {
    }

    public void onSaveInstanceState(Bundle outState) {
        if (mEditUserInfoDialog != null && mEditUserInfoDialog.isShowing()
                && mEditUserPhotoController != null) {
        if (mEditUserInfoDialog != null && mEditUserPhotoController != null) {
            // Bitmap cannot be stored into bundle because it may exceed parcel limit
            // Store it in a temporary file instead
            File file = mEditUserPhotoController.saveNewUserPhotoBitmap();