Enable incognito keyboard by default

This commit is contained in:
Niels Andriesse
2019-10-24 10:38:51 +11:00
parent 3c5ef19ca7
commit 9fc43cb16d
4 changed files with 8 additions and 3 deletions

View File

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