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

Commit 2b1b30d1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix wide privacy chip issue in shade status bar on external display." into main

parents 69b2a6d8 bbf13af1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -164,6 +164,10 @@ constructor(
            context.resources.getDimensionPixelSize(R.dimen.ongoing_appops_chip_side_padding)
        iconsContainer.layoutParams.height = height
        iconsContainer.setPaddingRelative(padding, 0, padding, 0)
        if (Flags.fixShadeHeaderWrongIconSize()) {
            iconsContainer.minimumWidth =
                context.resources.getDimensionPixelSize(R.dimen.ongoing_appops_chip_min_width)
        }
        if (locationIndicatorsEnabled()) {
            if (chipDrawable == null) {
                chipDrawable =