the media type should not change while playing a media (tv show/movie)
parent
bec0dc2628
commit
aa41884db5
|
@ -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
|
||||
// }
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue