Skip to content

Commit

Permalink
Fix lint - Unsafe opt-in usage intended to be error-level severity
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Mar 1, 2024
1 parent 60feda6 commit 95be570
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ class PreviewMediaActivity :
}
}

@OptIn(markerClass = [UnstableApi::class])
private fun applyWindowInsets() {
val playerView = binding.exoplayerView
val exoControls = playerView.findViewById<FrameLayout>(R.id.exo_bottom_bar)
Expand Down

0 comments on commit 95be570

Please sign in to comment.