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

Commit 0d08facd authored by Graciela Putri's avatar Graciela Putri Committed by Android (Google) Code Review
Browse files

Merge "Remove flag for release_user_aspect_ratio_wm" into main

parents 155aad00 52d6fe1e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -142,16 +142,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();
    }