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

Commit 24021d03 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Fix small analog clock preview

Test: manual
Bug: 287482590
Change-Id: I8739827364326728d035cf087d37dcff4b490b4a
parent c19b5d32
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)