Skip to content
Verified Commit f3835b3a authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

applet: Prevent nullable property access of async loader's item

ExpandableListItem's loader for customExpandedViewContent is
asynchronous, so its item will not be immediately available when source
component it set. Besides, there may be other reasons for item to be
null such as broken code. It's just a nullable field, and should be
treated as such.

Test plan: just click "Connect" on any unknown Wi-Fi network around.
parent ab4de811
Pipeline #498493 passed with stage
in 1 minute and 25 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment