mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-22 07:50:19 -04:00
This saves the levels of indirection that leads to a FileInputStream being created in LocalFileDownloader. Since there are already special cases for assets:// and drawable://, it seems a natural place to put the file:// case. Also, since this is used to load icons when scrolling through lists of apps, this is particularly sensitive to inefficient loading. This also removes custom code that UIL provides better.