config cache,reset app

okjack
okjack 2 years ago
parent 5292e7d8d8
commit ef88b46fa2
  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