We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8e7e commit 825542dCopy full SHA for 825542d
app/src/main/java/com/yyxx/wechatfp/util/Config.java
@@ -47,11 +47,11 @@ private Config(Context context) {
47
}
48
49
public boolean isOn() {
50
- return mCache.sharedPreferences.getBoolean("switch_on", false);
+ return mCache.sharedPreferences.getBoolean("switch_on1", false);
51
52
53
public void setOn(boolean on) {
54
- mCache.sharedPreferences.edit().putBoolean("switch_on", on).apply();
+ mCache.sharedPreferences.edit().putBoolean("switch_on1", on).apply();
55
56
57
@Nullable
0 commit comments