Skip to content

Fix potential crash fetching icon from AppEnrty

David Edmundson requested to merge work/appentry_crashfix into master

There is a code path for m_service and m_icon to be null, for example if defaultAppByName can't find anything.

I did not reproduce the original crash.

BUG: 423524

Merge request reports