Commit e0e88ae7 authored by xujialang's avatar xujialang

新增外展开关-默认关闭状态

parent 81f94257
......@@ -183,6 +183,6 @@ public class DataManager {
public boolean checkOutOpen(Context context) {
return SPUtils.getInstance(context, CONFIG_SP).getInt(OUT_OPEN, 1) == 1;
return SPUtils.getInstance(context, CONFIG_SP).getInt(OUT_OPEN, 0) == 1;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment