mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-18 02:29:54 +02:00
Fix missing swipe vibration and visual feedback (#1054)
This was removed by mistake in 42528ab211
.
This commit is contained in:
@@ -310,6 +310,7 @@ public final class Pointers implements Handler.Callback
|
||||
// Start sliding mode
|
||||
if (new_value.getKind() == KeyValue.Kind.Slider)
|
||||
startSliding(ptr, x, y, dx, dy, new_value);
|
||||
_handler.onPointerDown(new_value, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user