mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 22:37:09 -04:00
Merge branch 'tvBanner' into 'master'
Fix tvBanner deserialization See merge request fdroid/fdroidclient!1254
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user