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

Commit 1040551c authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Reinflate background on configuration change" into main

parents 8860603b 9eac05ca
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -249,6 +249,10 @@ open class QSTileViewImpl @JvmOverloads constructor(
            height = iconSize
            height = iconSize
            marginEnd = endMargin
            marginEnd = endMargin
        }
        }

        background = createTileBackground()
        setColor(backgroundColor)
        setOverlayColor(backgroundOverlayColor)
    }
    }


    private fun createAndAddLabels() {
    private fun createAndAddLabels() {