mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-13 07:00:10 +01:00
Merge pull request #227 from trubitsyn/keyboard-incognito-mode
Disable personalized learning when typing note text
This commit is contained in:
commit
14c4395b39
@ -15,6 +15,7 @@
|
||||
android:freezesText="true"
|
||||
android:gravity="top"
|
||||
android:inputType="textCapSentences|textMultiLine"
|
||||
android:imeOptions="flagNoPersonalizedLearning"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:scrollbars="vertical"
|
||||
android:textCursorDrawable="@null"/>
|
||||
|
@ -8,6 +8,7 @@
|
||||
android:freezesText="true"
|
||||
android:gravity="top"
|
||||
android:inputType="textCapSentences|textMultiLine"
|
||||
android:imeOptions="flagNoPersonalizedLearning"
|
||||
android:padding="@dimen/activity_margin"
|
||||
android:scrollbars="vertical"
|
||||
android:textCursorDrawable="@null"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user