-
-
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
Use ListAdapter in NotificationModeConfigAdapter. #8841
Use ListAdapter in NotificationModeConfigAdapter. #8841
Conversation
Kudos, SonarCloud Quality Gate passed! |
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.
Looks almost good to me, thanks
app/src/main/java/org/schabi/newpipe/settings/notifications/NotificationModeConfigFragment.kt
Outdated
Show resolved
Hide resolved
3dbdecd
to
e9b7da3
Compare
Kudos, SonarCloud Quality Gate passed! |
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.
It does not work. Just open "Settings -> Notifications -> Channels" and tick a checkbox to see that everything disappears or the app crashes. Please test your PRs before submitting them (and before submitting any further change), otherwise it's just a waste of time to review things that don't work.
Another thing that you should do is make sure the CI succeeds. In this case it does not succeed because of a misformatted Kotlin file.
e9b7da3
to
fb1360b
Compare
@Stypox Sorry about that, fixed. |
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.
Code looks good and works. I pushed a small commit that further simplifies the handling of the disposables. Thank you!
Kudos, SonarCloud Quality Gate passed! |
What is it?
Description of the changes in your PR
ListAdapter
in the notification mode adapter.Fixes the following issue(s)
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