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,
|
||||
) : ViewModel() {
|
||||
companion object {
|
||||
private const val DEFAULT_CONTROLS_AUTO_HIDE_MS = 3_500L
|
||||
private const val TAG = "PlayerViewModel"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user