mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Browse in task
This commit is contained in:
@@ -4363,7 +4363,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);
|
||||
Helper.view(context, uri, browse_links, browse_links);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user