mirror of
				https://codeberg.org/tom79/Fedilab.git
				synced 2025-10-20 11:20:16 +03:00 
			
		
		
		
	Fix issue #46 - Spell checking when composing
This commit is contained in:
		
							parent
							
								
									0bd7f987d0
								
							
						
					
					
						commit
						9069301735
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -59,7 +59,7 @@ | ||||||
|             android:id="@+id/content" |             android:id="@+id/content" | ||||||
|             android:layout_width="match_parent" |             android:layout_width="match_parent" | ||||||
|             android:layout_height="wrap_content" |             android:layout_height="wrap_content" | ||||||
|             android:inputType="textMultiLine|textCapSentences" |             android:inputType="textMultiLine|textCapSentences|textAutoCorrect" | ||||||
|             android:layout_marginHorizontal="6dp" |             android:layout_marginHorizontal="6dp" | ||||||
|             android:gravity="top|start" |             android:gravity="top|start" | ||||||
|             android:minLines="6" |             android:minLines="6" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue