config cache,reset app

pull/356/head
okjack 2 years ago
parent ee19a55610
commit cc255f97a7
  1. 2
      app/src/main/java/com/fongmi/android/tv/Setting.java

@ -474,7 +474,7 @@ public class Setting {
}
public static int getConfigCache() {
return Prefers.getInt("config_cache", 0);
return Math.min(Prefers.getInt("config_cache", 0), 8);
}
}

Loading…
Cancel
Save