Merge branch 'tvBanner' into 'master'

Fix tvBanner deserialization

See merge request fdroid/fdroidclient!1254
This commit is contained in:
Hans-Christoph Steiner
2023-07-04 14:44:02 +00:00

View File

@@ -255,7 +255,7 @@ public class App implements Comparable<App>, Parcelable {
iconFile = app.getIcon(getLocales());
featureGraphic = app.getFeatureGraphic(getLocales());
promoGraphic = app.getPromoGraphic(getLocales());
tvBanner = app.getPromoGraphic(getLocales());
tvBanner = app.getTvBanner(getLocales());
phoneScreenshots = app.getPhoneScreenshots(getLocales());
sevenInchScreenshots = app.getSevenInchScreenshots(getLocales());
tenInchScreenshots = app.getTenInchScreenshots(getLocales());