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

Commit dd78151d authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "[Status Bar] Inline `status_bar_monochrome_icons_fix` flag." into main

parents e7fc2f52 deb71178
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -414,16 +414,6 @@ flag {
    bug: "383172066"
}

flag {
    name: "status_bar_monochrome_icons_fix"
    namespace: "systemui"
    description: "Fixes the status bar icon size when drawing InsetDrawables (ie. monochrome icons)"
    bug: "329091967"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "status_bar_show_audio_only_projection_chip"
    namespace: "systemui"
+1 −3
Original line number Diff line number Diff line
@@ -201,10 +201,8 @@ public class StatusBarIconView extends AnimatedImageView implements StatusIconDi
        reloadDimens();
        maybeUpdateIconScaleDimens();

        if (Flags.statusBarMonochromeIconsFix()) {
        setCropToPadding(true);
    }
    }

    /** Should always be preceded by {@link #reloadDimens()} */
    @VisibleForTesting