rename app.icon to app.iconFromApk

This makes it clearer what this is actually referring to.
This commit is contained in:
Marcus Hoffmann
2020-02-21 16:08:08 +01:00
parent a500660a41
commit 941d8a0b8b
3 changed files with 12 additions and 11 deletions

View File

@@ -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());