mirror of
https://github.com/bbara04/Purefin.git
synced 2026-04-01 01:30:08 +02:00
refactor: move HorizontalSeekGestureHelper to helper package
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package hu.bbara.purefin.player.ui.components
|
package hu.bbara.purefin.player.helper
|
||||||
|
|
||||||
import androidx.compose.ui.unit.dp
|
import androidx.compose.ui.unit.dp
|
||||||
import kotlin.math.abs
|
import kotlin.math.abs
|
||||||
@@ -9,6 +9,7 @@ import androidx.compose.runtime.Composable
|
|||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
import androidx.compose.ui.input.pointer.pointerInput
|
import androidx.compose.ui.input.pointer.pointerInput
|
||||||
import androidx.compose.ui.platform.LocalDensity
|
import androidx.compose.ui.platform.LocalDensity
|
||||||
|
import hu.bbara.purefin.player.helper.HorizontalSeekGestureHelper
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun PlayerGesturesLayer(
|
fun PlayerGesturesLayer(
|
||||||
|
|||||||
Reference in New Issue
Block a user