mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-05 10:39:24 +02:00
replaced constant value with proper constant from original source. #417
This commit is contained in:
parent
85253fd051
commit
170b0d86c3
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public class ComposeText extends EmojiEditText {
|
|||
|
||||
private void initialize() {
|
||||
if (Prefs.isIncognitoKeyboardEnabled(getContext())) {
|
||||
setImeOptions(getImeOptions() | 16777216);
|
||||
setImeOptions(getImeOptions() | EditorInfoCompat.IME_FLAG_NO_PERSONALIZED_LEARNING);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue