mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 11:12:40 +00:00
Enable incognito keyboard by default
This commit is contained in:
@@ -346,7 +346,7 @@ public class TextSecurePreferences {
|
||||
}
|
||||
|
||||
public static boolean isIncognitoKeyboardEnabled(Context context) {
|
||||
return getBooleanPreference(context, INCOGNITO_KEYBORAD_PREF, false);
|
||||
return getBooleanPreference(context, INCOGNITO_KEYBORAD_PREF, true);
|
||||
}
|
||||
|
||||
public static boolean isReadReceiptsEnabled(Context context) {
|
||||
|
||||
Reference in New Issue
Block a user