mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-15 13:33:35 +02:00
Disabled JSON-LD by default
This commit is contained in:
@@ -3031,7 +3031,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
final int zoom = args.getInt("zoom");
|
||||
final float scale = args.getFloat("scale");
|
||||
final boolean download_plain = prefs.getBoolean("download_plain", false);
|
||||
final boolean json_ld = prefs.getBoolean("json_ld", !Helper.isPlayStoreInstall());
|
||||
final boolean json_ld = prefs.getBoolean("json_ld", false);
|
||||
|
||||
if (message == null || !message.content)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user