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

Commit 7cda6b42 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I4f5a29975aed084e1080387d6eb4500121c23ee0
parents 9fe7d6c5 c6603dfd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -83,8 +83,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();