Disable link previews by default

pull/72/head
Niels Andriesse 4 years ago
parent c783b221d5
commit e9842b2626

@ -367,7 +367,7 @@ public class TextSecurePreferences {
}
public static boolean isLinkPreviewsEnabled(Context context) {
return getBooleanPreference(context, LINK_PREVIEWS, true);
return getBooleanPreference(context, LINK_PREVIEWS, false);
}
public static boolean isGifSearchInGridLayout(Context context) {

Loading…
Cancel
Save