mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	Merge pull request #227 from trubitsyn/keyboard-incognito-mode
Disable personalized learning when typing note text
This commit is contained in:
		@@ -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"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user