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

Commit 33ae9e0e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Fix for User edit info dialog during rotation" am: c6603dfd am: 7cda6b42 am: 454dbfd4 am: 1104b5e6

Change-Id: Ie43b9b77791ccd51af73df9b396938512e4933a8
parents eb6d6eda 1104b5e6
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();