下载按钮修改为默认开
This commit is contained in:
@ -11,7 +11,7 @@ public class Config {
|
||||
|
||||
public static boolean isShow(Context context) {
|
||||
SharedPreferences sp = context.getSharedPreferences(Config.PREFERENCE, Context.MODE_PRIVATE);
|
||||
return sp.getBoolean("isShow", false);
|
||||
return sp.getBoolean("isShow", true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user