fixup! AuthViewModel: Search in custom tab by default in anonymous accounts
This commit is contained in:
@@ -133,6 +133,7 @@ abstract class BaseActivity : AppCompatActivity(), NetworkProvider.NetworkListen
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun openGoogleActivity() {
|
fun openGoogleActivity() {
|
||||||
|
Preferences.putBoolean(this, Preferences.PREFERENCE_ADVANCED_SEARCH_IN_CTT, false)
|
||||||
val intent = Intent(this, GoogleActivity::class.java)
|
val intent = Intent(this, GoogleActivity::class.java)
|
||||||
startActivity(
|
startActivity(
|
||||||
intent,
|
intent,
|
||||||
|
|||||||
Reference in New Issue
Block a user