change default of chrome custom tabs setting to false
This commit is contained in:
parent
93fcd33c48
commit
2d390f6603
4 changed files with 4 additions and 5 deletions
|
@ -132,7 +132,7 @@ public class LinkHelper {
|
|||
Uri uri = Uri.parse(url);
|
||||
|
||||
boolean useCustomTabs = PreferenceManager.getDefaultSharedPreferences(context)
|
||||
.getBoolean("customTabs", true);
|
||||
.getBoolean("customTabs", false);
|
||||
if (useCustomTabs) {
|
||||
openLinkInCustomTab(uri, context);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue