Disable link previews by default

This commit is contained in:
Niels Andriesse 2020-02-01 09:00:29 +11:00
parent c783b221d5
commit e9842b2626

View File

@ -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) {