fix: player buttons on android immersed instantly

This commit is contained in:
NoCrypt 2024-08-11 17:17:29 +07:00
parent 02e334ad46
commit b4fe8b2c71

View file

@ -69,7 +69,6 @@ export function swipeControls(node, props = { enabled: true, immersePlayer: () =
function handleTouchStart(event) {
if (!props.enabled) return;
props.immersePlayer();
if (!isNative) return;
isDragging = true;
startX = event.touches[0].clientX;