mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix a few notices
This commit is contained in:
		@@ -19,7 +19,7 @@ class TextRichContentWidget extends StatelessWidget {
 | 
			
		||||
    this.text, {
 | 
			
		||||
    this.textAlign,
 | 
			
		||||
    this.style,
 | 
			
		||||
  }) : assert(text != null);
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  /// Parse the text and return it as a list of span elements
 | 
			
		||||
  static List<TextSpan> _parse(String text, TextStyle? style) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user