mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Reduce minimal messages size
This commit is contained in:
		@@ -253,7 +253,7 @@ class _ConversationScreenState extends SafeState<ConversationScreen> {
 | 
			
		||||
 | 
			
		||||
  void _updatedText(String text) {
 | 
			
		||||
    setState(() {
 | 
			
		||||
      _isMessageValid = text.length > 4;
 | 
			
		||||
      _isMessageValid = text.length > 2;
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user