mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-19 18:35:34 +00:00
Guess schema for direct open
This commit is contained in:
parent
ef1d2c229e
commit
eefab1d75d
1 changed files with 1 additions and 1 deletions
|
@ -4778,7 +4778,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
fragment.show(parentFragment.getParentFragmentManager(), "open:link");
|
||||
} else {
|
||||
boolean browse_links = prefs.getBoolean("browse_links", false);
|
||||
Helper.view(context, uri, browse_links, browse_links);
|
||||
Helper.view(context, UriHelper.guessScheme(uri), browse_links, browse_links);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue