From 87cc4c5ec180414041ab68a7abdb4018951fadff Mon Sep 17 00:00:00 2001 From: Jannik Date: Sun, 9 Jan 2022 19:24:21 +0100 Subject: [PATCH] the media type should not change while playing a media (tv show/movie) --- .../org/mosad/teapod/ui/activity/player/PlayerActivity.kt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/src/main/java/org/mosad/teapod/ui/activity/player/PlayerActivity.kt b/app/src/main/java/org/mosad/teapod/ui/activity/player/PlayerActivity.kt index 06dafe3..f7ab2eb 100644 --- a/app/src/main/java/org/mosad/teapod/ui/activity/player/PlayerActivity.kt +++ b/app/src/main/java/org/mosad/teapod/ui/activity/player/PlayerActivity.kt @@ -364,14 +364,6 @@ class PlayerActivity : AppCompatActivity() { } else { View.VISIBLE } - - // TODO reimplement for cr - // hide the episodes button, if the media type changed -// button_episodes.visibility = if (model.media.type == DataTypes.MediaType.MOVIE) { -// View.GONE -// } else { -// View.VISIBLE -// } } /**