-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up MediaPage
#70
Clean up MediaPage
#70
Conversation
|
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise, new lines at the end of new files 🔫
core/src/main/kotlin/com/imashnake/animite/core/ui/ScrollableText.kt
Outdated
Show resolved
Hide resolved
core/src/main/kotlin/com/imashnake/animite/core/extensions/ListExt.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPageViewModel.kt
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPage.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/imashnake/animite/features/media/MediaPage.kt
Outdated
Show resolved
Hide resolved
We won't need to do this once the UI gets non-null values. Co-Authored-By: Ian Roberts <9267347+Iannnr@users.noreply.github.com>
Looks like the API returns an empty list sometimes (?). See Dr. STONE: NEW WORLD.
@boswelja Fixed some edge cases and cleaned stuff up. LMK if the commits look good so I can merge. |
Added banner parallax.
The rows went under the opaque status bar in landscape mode.
core/src/main/kotlin/com/imashnake/animite/core/extensions/ModifierExt.kt
Outdated
Show resolved
Hide resolved
Thanks @boswelja! |
CONTRIBUTING.md
.MediaPage does not look very tidy, and is even less enjoyable to read.
Summary of changes:
Tested changes:
MediaPage still launches & no content is missing