Update Vod.java

pull/137/head
FongMi 3 years ago
parent 299c2094cb
commit c0731e5ff7
  1. 2
      app/src/main/java/com/fongmi/android/tv/bean/Vod.java

@ -161,7 +161,7 @@ public class Vod {
}
public int getYearVisible() {
return getSite() != null || getVodYear().isEmpty() ? View.GONE : View.VISIBLE;
return getSite() != null || getVodYear().length() < 4 ? View.GONE : View.VISIBLE;
}
public int getRemarkVisible() {

Loading…
Cancel
Save