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

Commit 06acdfe7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Controls UI - Do not throttle drag events"

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

    override fun longPress(cvh: ControlViewHolder) {