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

Commit 97e26586 authored by Sherry Zhou's avatar Sherry Zhou Committed by Android (Google) Code Review
Browse files

Merge "Fix small analog clock preview" into udc-dev

parents b739e148 aad86ca1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -346,6 +346,10 @@ constructor(
                        ?.largeClock
                        ?.events
                        ?.onTargetRegionChanged(KeyguardClockSwitch.getLargeClockRegion(parentView))
                    clockController.clock
                        ?.smallClock
                        ?.events
                        ?.onTargetRegionChanged(KeyguardClockSwitch.getSmallClockRegion(parentView))
                }
            }
        parentView.addOnLayoutChangeListener(layoutChangeListener)