This commit is contained in:
h4h13 2019-11-02 19:16:17 +05:30
parent eec8738b48
commit 6c27767930
4 changed files with 17 additions and 15 deletions

View file

@ -291,7 +291,7 @@ public final class PreferenceUtil {
return mPreferences.getBoolean(INITIALIZED_BLACKLIST, false);
}
public boolean isExtraMiniExtraControls() {
public boolean isExtraControls() {
return mPreferences.getBoolean(TOGGLE_ADD_CONTROLS, false);
}