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

Commit 1104b5e6 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 am: 454dbfd4

Change-Id: Ib10b10fe8b1199c07bb780fec12be9fa74566e60
parents 26953558 454dbfd4
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();