From b4fe8b2c716b32167d9ebfe83bf6868e9242ea9e Mon Sep 17 00:00:00 2001 From: NoCrypt <57245077+NoCrypt@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:17:29 +0700 Subject: [PATCH] fix: player buttons on android immersed instantly --- common/modules/swipecontrol.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/modules/swipecontrol.js b/common/modules/swipecontrol.js index 75e4563..09488c4 100644 --- a/common/modules/swipecontrol.js +++ b/common/modules/swipecontrol.js @@ -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;