79574505

Date: 2025-04-15 06:41:59
Score: 0.5
Natty:
Report link
PlayerView(context).apply {
    player = exoPlayer
       setControllerShowTimeoutMs(0)
       setControllerHideOnTouch(false)
       controllerAutoShow = true
       showController()
}

This is how you can do it with compose.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ashutosh Srivastava