mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Little optimisation
This commit is contained in:
		@@ -76,7 +76,7 @@ class _TextWidgetState extends State<TextWidget> {
 | 
				
			|||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      // Check if it is an URL
 | 
					      // Check if it is an URL
 | 
				
			||||||
      if (validateUrl(word)) {
 | 
					      if (word.startsWith("https://") || word.startsWith("http://")) {
 | 
				
			||||||
        changeWordType();
 | 
					        changeWordType();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        list.add(
 | 
					        list.add(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user