the app is crashing when ` override fun onDestroy() { layoutBinding.playerWebView.release() super.onDestroy() }` I'm using the player inside fragment and it throws null pointer exception when I release the player.