Update Util

release
FongMi 2 years ago committed by GitHub
parent 79a991297b
commit e19c7ecd79
  1. 2
      app/src/main/java/com/fongmi/android/tv/utils/Util.java

@ -92,7 +92,7 @@ public class Util {
if (TextUtils.isEmpty(id)) throw new NullPointerException();
return id;
} catch (Exception e) {
return "0200000000000000";
return "0000000000000000";
}
}

Loading…
Cancel
Save