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

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

Merge "Trigger clock relayout when transitioning to doze w/o animation" into main

parents cfa6a710 53f6edf0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -337,6 +337,11 @@ open class SimpleDigitalClockTextView(
            ),
        )
        updateTextBoundsForTextAnimator()

        if (!isAnimated) {
            requestLayout()
            (parent as? FlexClockView)?.requestLayout()
        }
    }

    fun animateCharge() {