add jitpack compatebillity fourth try: bump java 11 -> 17

This commit is contained in:
Christian Schabesberger 2024-07-18 15:33:38 +02:00
parent 15fb5e6ba2
commit 5a658dca60
2 changed files with 1 additions and 6 deletions

View File

@ -1,2 +1,2 @@
jdk: jdk:
- openjdk11 - openjdk17

View File

@ -53,11 +53,6 @@ class VideoPlayerFragment() : Fragment() {
val insetsController = WindowCompat.getInsetsController(window, window.decorView) val insetsController = WindowCompat.getInsetsController(window, window.decorView)
insetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE insetsController.systemBarsBehavior = WindowInsetsControllerCompat.BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE
if (viewModel.uiState.value.fullscreen) {
//println("gurken fragment created for fullscreen")
//insetsController.hide(WindowInsetsCompat.Type.systemBars())
}
val view = inflater.inflate(R.layout.video_player_framgent, container, false) val view = inflater.inflate(R.layout.video_player_framgent, container, false)
val composeView = view.findViewById<ComposeView>(R.id.player_copose_view) val composeView = view.findViewById<ComposeView>(R.id.player_copose_view)