mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix an issue
This commit is contained in:
		@@ -175,5 +175,7 @@ Widget smartInputCounterWidgetBuilder(
 | 
			
		||||
 | 
			
		||||
/// Parse an HTML String to decode special characters
 | 
			
		||||
String htmlDecodeCharacters(String input) {
 | 
			
		||||
  if (input == null || input == "") return "";
 | 
			
		||||
 | 
			
		||||
  return parse(input).documentElement.text;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user