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

Commit e4935647 authored by Sherry Zhou's avatar Sherry Zhou Committed by Automerger Merge Worker
Browse files

Merge "Fix small analog clock preview" into udc-dev am: 97e26586 am: 9754a915

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