-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
feat(app): androidtv support #1592
base: master
Are you sure you want to change the base?
Conversation
e692e2b
to
edcefd2
Compare
modifier = Modifier | ||
.horizontalScroll(rememberScrollState()) | ||
.padding(horizontal = MaterialTheme.padding.small), | ||
.padding(horizontal = MaterialTheme.padding.small) | ||
.then(modifier), |
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.
You should apply the parent modifier first, so instead of
Modifier
....
.then(modifier)
do
modifier
....
maybe should do like AnimeExtensionDetailsScreen.kt:335 instead?
edcefd2
to
a2515b6
Compare
Good luck making this work for Android TV!. Hope it gets accepted into official apk |
Did you quit this project? |
nuh uh, i'm just bad and it takes a while, i'll need to revert some stuff because it's not the right way to proceed and breaks stuff, and i found better ways to proceed |
hehe :3c
still a wip, taking any advice/recommendation
closes #162