Partial revert: AuthViewModel: Search in custom tab by default in anonymous accounts
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ class AuthViewModel(application: Application) : BaseAndroidViewModel(application
|
|||||||
Preferences.putBoolean(
|
Preferences.putBoolean(
|
||||||
getApplication(),
|
getApplication(),
|
||||||
Preferences.PREFERENCE_ADVANCED_SEARCH_IN_CTT,
|
Preferences.PREFERENCE_ADVANCED_SEARCH_IN_CTT,
|
||||||
true
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
if (insecure) {
|
if (insecure) {
|
||||||
|
|||||||
Reference in New Issue
Block a user