mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-25 00:46:45 -04:00
rename app.icon to app.iconFromApk
This makes it clearer what this is actually referring to.
This commit is contained in:
@@ -414,7 +414,7 @@ public final class LocalRepoManager {
|
||||
tag("lastupdated", app.lastUpdated);
|
||||
tag("name", app.name);
|
||||
tag("summary", app.summary);
|
||||
tag("icon", app.icon);
|
||||
tag("icon", app.iconFromApk);
|
||||
tag("desc", app.description);
|
||||
tag("license", "Unknown");
|
||||
tag("categories", "LocalRepo," + Preferences.get().getLocalRepoName());
|
||||
|
||||
Reference in New Issue
Block a user