Update Util

pull/496/head
FongMi 2 years ago committed by GitHub
parent 161175c75a
commit b943c6dce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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