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
|
|
@ -143,7 +143,7 @@ class StatusBaseViewHolder extends RecyclerView.ViewHolder {
|
|||
/* Redirect URLSpan's in the status content to the listener for viewing tag pages and
|
||||
* account pages. */
|
||||
boolean useCustomTabs =
|
||||
PreferenceManager.getDefaultSharedPreferences(context).getBoolean("customTabs", true);
|
||||
PreferenceManager.getDefaultSharedPreferences(context).getBoolean("customTabs", false);
|
||||
LinkHelper.setClickableText(this.content, builder, mentions, useCustomTabs, listener);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue