mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
chore(player): remove unused constant for controls auto-hide duration
This commit is contained in:
@@ -34,7 +34,6 @@ class PlayerViewModel @Inject constructor(
|
|||||||
private val progressManager: ProgressManager,
|
private val progressManager: ProgressManager,
|
||||||
) : ViewModel() {
|
) : ViewModel() {
|
||||||
companion object {
|
companion object {
|
||||||
private const val DEFAULT_CONTROLS_AUTO_HIDE_MS = 3_500L
|
|
||||||
private const val TAG = "PlayerViewModel"
|
private const val TAG = "PlayerViewModel"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user