[update] Fullscreen mode

This commit is contained in:
acite
2025-09-27 19:04:27 +08:00
parent dcef25a526
commit e6b69ef14a
4 changed files with 84 additions and 9 deletions

View File

@@ -60,6 +60,7 @@ class VideoPlayerViewModel @Inject constructor(
val recentManager: RecentManager,
val videoLibrary: VideoLibrary,
) : ViewModel() {
var isLandscape by mutableStateOf(false)
var tabIndex by mutableIntStateOf(0)
var isPlaying by mutableStateOf(true)
var playProcess by mutableFloatStateOf(0.0f)