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

Commit 52d6fe1e authored by Graciela Putri's avatar Graciela Putri
Browse files

Remove flag for release_user_aspect_ratio_wm

Flag: EXEMPT flag removal
Fix: 409607004
Test: m
Change-Id: I358224f250f77a223cefe4a4e23f57354fb72f0a
parent 9a42e3af
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -149,16 +149,6 @@ flag {
  is_exported: true
}

flag {
  name: "release_user_aspect_ratio_wm"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether to release UserAspectRatioSettingsWindowManager when button is hidden"
  bug: "385049711"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "backup_and_restore_for_user_aspect_ratio_settings"
  namespace: "large_screen_experiences_app_compat"
+1 −3
Original line number Diff line number Diff line
@@ -173,10 +173,8 @@ public class UserAspectRatioSettingsLayout extends LinearLayout {
            @Override
            public void onAnimationEnd(Animator animation) {
                view.setVisibility(View.GONE);
                if (Flags.releaseUserAspectRatioWm()) {
                mWindowManager.release();
            }
            }
        });
        fadeOut.start();
    }