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

Commit 9eac05ca authored by Fabián Kozynski's avatar Fabián Kozynski
Browse files

Reinflate background on configuration change

That way, the cornerRadius sizes are reloaded

Test: QSTileViewImplScreenshotTest
Fixes: 305305358
Flag: NONE
Change-Id: Id98fde70f89e54d94952c05307602bb9d687f59f
parent 4f265be7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -249,6 +249,10 @@ open class QSTileViewImpl @JvmOverloads constructor(
            height = iconSize
            marginEnd = endMargin
        }

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

    private fun createAndAddLabels() {