-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
To reproduce:
Go to subscriptions -> Select XDA Developers (under the technology category) -> See the error message "Null check operator used on a null value"
Android version: 11
App version: 0.14.0
Cause: Occurs because the getter categories in lib/extractor/technology/xdadevelopers.dart looks for elements with class name sidenav-link and accesses their href attribute without checking if it exists.
Fix: I tried adding a check that prevents the null value from being passed on to the categories Map, and it works as expected.
I didn't immediately create a PR because the fix is quite small, and there seems to be some problem with tests on my environment. Let me know if you need any help, thanks : )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels