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

Commit 2874b274 authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Remove ScrollViewFields#headsupHeightConsumer" into main

parents 419a9867 ee49af88
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -74,12 +74,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)