Skip to content

Commit

Permalink
解决自动签到无法勾选的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Justwen committed Oct 29, 2023
1 parent 785c260 commit aeba6ab
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ private void initCheckInPreference() {
}
}

@Override
public boolean onPreferenceChange(Preference preference, Object newValue) {
return true;
}

private void initWebViewSettings() {
EditTextPreference preference = findPreference(PreferenceKey.USER_AGENT);
if (preference != null) {
Expand Down

0 comments on commit aeba6ab

Please sign in to comment.