Skip to content

Commit 14c4395

Browse files
authored
Merge pull request #227 from trubitsyn/keyboard-incognito-mode
Disable personalized learning when typing note text
2 parents f7f0893 + 593a9dc commit 14c4395

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/res/layout/note_view_horiz_scrollable.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
android:freezesText="true"
1616
android:gravity="top"
1717
android:inputType="textCapSentences|textMultiLine"
18+
android:imeOptions="flagNoPersonalizedLearning"
1819
android:padding="@dimen/activity_margin"
1920
android:scrollbars="vertical"
2021
android:textCursorDrawable="@null"/>

app/src/main/res/layout/note_view_static.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
android:freezesText="true"
99
android:gravity="top"
1010
android:inputType="textCapSentences|textMultiLine"
11+
android:imeOptions="flagNoPersonalizedLearning"
1112
android:padding="@dimen/activity_margin"
1213
android:scrollbars="vertical"
1314
android:textCursorDrawable="@null"/>

0 commit comments

Comments
 (0)