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

Commit 0e619fe4 authored by Hawkwood's avatar Hawkwood
Browse files

Update font axis callsite

Bug: 395647577
Test: Manually confirmed font axis animates as expected
Flag: com.android.systemui.shared.new_customization_picker_ui
Change-Id: I220d9b3a8245b91c6f896156504c29673d6b6d43
parent fbc93290
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -137,7 +137,10 @@ constructor(
    }

    override fun updateFontAxes(clockId: String, settings: ClockAxisStyle) {
        getController(clockId)?.let { it.events.onFontAxesChanged(settings) }
        getController(clockId)?.let {
            it.largeClock.animations.onFontAxesChanged(settings)
            it.smallClock.animations.onFontAxesChanged(settings)
        }
    }

    override fun updateRegionDarkness() {