version 1.0.0 #67

Merged
Seil0 merged 137 commits from develop into master 2022-10-12 15:36:39 +02:00
Showing only changes of commit aa41884db5 - Show all commits

View File

@ -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
// }
}
/**