mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
refactor(player): remove unused setControlsAutoHideDelay method from PlayerViewModel
This commit is contained in:
@@ -206,12 +206,6 @@ class PlayerViewModel @Inject constructor(
|
|||||||
playerManager.skipActiveSegment()
|
playerManager.skipActiveSegment()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun setControlsAutoHideDelay(autoHideDelayMs: Long) {
|
|
||||||
applyControlsAutoHideCommand(
|
|
||||||
controlsAutoHidePolicy.setAutoHideDelay(autoHideDelayMs)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun setControlsAutoHideBlocked(
|
fun setControlsAutoHideBlocked(
|
||||||
blocker: ControlsAutoHideBlocker,
|
blocker: ControlsAutoHideBlocker,
|
||||||
blocked: Boolean
|
blocked: Boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user