Merge "Controls UI - Do not throttle drag events"
This commit is contained in:
committed by
Android (Google) Code Review
commit
06acdfe7aa
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user