Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kuylar authored Sep 30, 2023
2 parents e2dde71 + 61c129b commit 112e93e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,7 @@ class VideoPlayerManager(private val activity: MainActivity) : Player.Listener,
fun showCommentsButton() {
try {
(fragmentManager.findFragmentById(R.id.player_video_info) as VideoInfoFragment).showCommentsButton()
} catch (e: Exception) {
}
} catch (e: Exception) { }
}

fun setSheets(details: Boolean, comments: Boolean) {
Expand Down

0 comments on commit 112e93e

Please sign in to comment.