Fix small analog clock preview

Test: manual
Bug: 287482590
Change-Id: I8739827364326728d035cf087d37dcff4b490b4a
This commit is contained in:
Sherry Zhou
2023-06-21 20:24:38 +00:00
parent 0fbe9c605b
commit aad86ca16f

View File

@@ -346,6 +346,10 @@ constructor(
?.largeClock
?.events
?.onTargetRegionChanged(KeyguardClockSwitch.getLargeClockRegion(parentView))
clockController.clock
?.smallClock
?.events
?.onTargetRegionChanged(KeyguardClockSwitch.getSmallClockRegion(parentView))
}
}
parentView.addOnLayoutChangeListener(layoutChangeListener)