-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add option to display channel groups as list instead of grid #9204
Conversation
…ticalItem in line 26
…ing on refreshing
…s in SubscriptionFragment.kt
The issue right now is it's not possible to mess with the toggle function without rewriting a big chunk of the code. These are two different entities and it's not possible to do @SetOnTouchListener and @SetOnClickListener at the same time, so you end up with a list that's merely draggable and nothing more. |
There is a fully working branch where I retain the old list view with a new card view, which I think is a nice implementation of the code. This newest one is quite a mess and I'm a little discouraged by it. I could rollback if you wish. |
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Fixes the Following issue:
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence