mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Fixing a few UI issues (#61)
Gathering a bunch of smaller changes into one PR ### Changes * Changes the behavior of the "combine continue watching & next up" to apply only to TV Shows which basically makes the 'Continue Watching' just movies and 'Next Up' just TV episodes * Banner card (Series & Home pages) will stretch images to fit * Close the "more" nav item if navigating to a non-more one (from #60) * Fix episodes not updating/marked played when returning to series page after playing multiple episodes * Don't show the Intro/Outro skip button the Next Up dialog is showing * Always should black background for playback, even when loading
This commit is contained in:
parent
fc4954b561
commit
a35ecb6570
10 changed files with 99 additions and 50 deletions
|
|
@ -173,8 +173,7 @@ sealed interface AppPreference<T> {
|
|||
setter = { prefs, value ->
|
||||
prefs.updateHomePagePreferences { combineContinueNext = value }
|
||||
},
|
||||
summaryOn = R.string.enabled,
|
||||
summaryOff = R.string.disabled,
|
||||
summary = R.string.combine_continue_next_summary,
|
||||
)
|
||||
|
||||
val RewatchNextUp =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue