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

Commit 9cc61bd6 authored by Sherry Zhou's avatar Sherry Zhou Committed by Android Build Coastguard Worker
Browse files

Fix small analog clock preview

Test: manual
Bug: 287482590
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:aad86ca16f5c43cf7b2046a1be25b3cb9a50f5bc)
Merged-In: I8739827364326728d035cf087d37dcff4b490b4a
Change-Id: I8739827364326728d035cf087d37dcff4b490b4a
parent d777384f
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)