Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic-Dumas committed Jan 18, 2024
1 parent 95b6e6e commit d6a00dd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,12 @@ class LeanbackPlayerFragment : VideoSupportFragment() {
}

override fun onPause() {
Log.d(TAG, "PlayerFragment:onPause")
super.onPause()
player.pause()
}

override fun onDestroy() {
super.onDestroy()
Log.d(TAG, "PlayerFragment:onDestroy")
player.release()
}

companion object {
private const val TAG = "LeanbackPlayerFragment"
}
}

0 comments on commit d6a00dd

Please sign in to comment.