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

Commit 35114871 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Controls UI - Do not throttle drag events am: 4a28e3e8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12316327

Change-Id: I5edb87dab33a1cac2c817de89d30719e9cf69eb2
parents 0e81d7ec 4a28e3e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -92,7 +92,7 @@ class ControlActionCoordinatorImpl @Inject constructor(
    override fun setValue(cvh: ControlViewHolder, templateId: String, newValue: Float) {
    override fun setValue(cvh: ControlViewHolder, templateId: String, newValue: Float) {
        bouncerOrRun(Action(cvh.cws.ci.controlId, {
        bouncerOrRun(Action(cvh.cws.ci.controlId, {
            cvh.action(FloatAction(templateId, newValue))
            cvh.action(FloatAction(templateId, newValue))
        }, true /* blockable */))
        }, false /* blockable */))
    }
    }


    override fun longPress(cvh: ControlViewHolder) {
    override fun longPress(cvh: ControlViewHolder) {