mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	typo
This commit is contained in:
		
							parent
							
								
									02ce9be9b4
								
							
						
					
					
						commit
						180a35b686
					
				@ -315,7 +315,7 @@ class _SettingsState extends State<Settings> {
 | 
			
		||||
      textFields: [
 | 
			
		||||
        DialogTextField(
 | 
			
		||||
          validator: (text) {
 | 
			
		||||
            if (text.length == 0 || (text.length == 4 && int.tryparse(text) > 0)) {
 | 
			
		||||
            if (text.length == 0 || (text.length == 4 && int.tryParse(text) > 0)) {
 | 
			
		||||
              return null;
 | 
			
		||||
            }
 | 
			
		||||
            return L10n.of(context).pleaseEnter4Digits;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user