Skip to content

Commit

Permalink
修复部分设备播放视频时没有画面
Browse files Browse the repository at this point in the history
compose-tv 1.0.0/1.0.0-rc2 的 Surface 会和 media3 的 ExoPlayer 发生冲突,底层的 Surface 会显示在 PlayerView 内画面的上层(ui 的下层)导致视频画面被遮挡
在我 Chromecast with Android TV 12 和 Android 13 avd 中未能复现,但在 Android TV 9 avd 中能复现,可能低版本 Android 出现概率更大

https://issuetracker.google.com/issues/361611808

#151
  • Loading branch information
aaa1115910 committed Oct 7, 2024
1 parent ec1a642 commit 075cb3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/androidx.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ activity = "1.9.1"
compose = "1.7.0-rc01"
compose-constraintlayout = "1.0.1"
compose-material3 = "1.3.0-rc01"
compose-tv = "1.0.0"
#noinspection GradleDependency https://issuetracker.google.com/issues/361611808
compose-tv = "1.0.0-rc01"
compose-tv-foundation = "1.0.0-alpha11"
core = "1.13.1"
core-splashscreen = "1.0.1"
Expand Down

0 comments on commit 075cb3f

Please sign in to comment.