mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Disable link previews by default
This commit is contained in:
parent
c783b221d5
commit
e9842b2626
@ -367,7 +367,7 @@ public class TextSecurePreferences {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isLinkPreviewsEnabled(Context context) {
|
public static boolean isLinkPreviewsEnabled(Context context) {
|
||||||
return getBooleanPreference(context, LINK_PREVIEWS, true);
|
return getBooleanPreference(context, LINK_PREVIEWS, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isGifSearchInGridLayout(Context context) {
|
public static boolean isGifSearchInGridLayout(Context context) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user