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

Commit ee49af88 authored by András Kurucz's avatar András Kurucz
Browse files

[flexiglass] Remove ScrollViewFields#headsupHeightConsumer

This is an unused field. A previous CL has removed its usages,
but we forgot to remove the field itself.

Bug: 296118689
Test: build SystemUI
Flag: com.android.systemui.scene_container
Change-Id: Id2fd6a9672257d61cd043883aa2c9f059474a6da
parent 249f87d7
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -64,12 +64,6 @@ class ScrollViewFields {
     */
    var remoteInputRowBottomBoundConsumer: Consumer<Float?>? = null

    /**
     * Any time the heads up height is recalculated, it should be updated here to be used by the
     * placeholder
     */
    var headsUpHeightConsumer: Consumer<Float>? = null

    /** send the [syntheticScroll] to the [syntheticScrollConsumer], if present. */
    fun sendSyntheticScroll(syntheticScroll: Float) =
        syntheticScrollConsumer?.accept(syntheticScroll)