mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Formatting
This commit is contained in:
@@ -4772,7 +4772,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
Uri guri = UriHelper.guessScheme(uri);
|
||||
String scheme = guri.getScheme();
|
||||
String host = guri.getHost();
|
||||
;
|
||||
|
||||
boolean confirm_link =
|
||||
!"https".equals(scheme) || TextUtils.isEmpty(host) ||
|
||||
prefs.getBoolean(host + ".confirm_link", true);
|
||||
|
||||
Reference in New Issue
Block a user