Remove the "search in account names" option and do so by default

This commit is contained in:
Alexander Bakker 2020-12-27 20:34:04 +01:00
parent 1748e2221f
commit 1d44e05866
31 changed files with 1 additions and 79 deletions

View file

@ -37,10 +37,6 @@ public class Preferences {
return _prefs.getBoolean("pref_tap_to_reveal", false);
}
public boolean isSearchAccountNameEnabled() {
return _prefs.getBoolean("pref_search_names", false);
}
public boolean isEntryHighlightEnabled() {
return _prefs.getBoolean("pref_highlight_entry", false);
}