Merge "Controls UI - Do not throttle drag events"

This commit is contained in:
TreeHugger Robot
2020-08-04 20:32:11 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {