Clean up base classes

Should be able to throw away some of the search controller stuff after Global Search is migrated

(cherry picked from commit 0225711f6f)
This commit is contained in:
arkon
2022-09-18 17:22:54 -04:00
committed by Jobobby04
parent 966bd31d61
commit 00bb74f330
11 changed files with 42 additions and 137 deletions
@@ -33,5 +33,4 @@ class SecurityPreferences(
INCOGNITO(R.string.pref_incognito_mode),
NEVER(R.string.lock_never),
}
}