mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-19 05:10:05 -04:00
Although I'm unsure of exactly why this is `null`, it seems sensible that there is a possibility of null icons (e.g. for .zip files or other media). As such, this just adds a guard condition to ensure that the `iconUrl` is not null. Fixes #981.