mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix bad check
This commit is contained in:
		@@ -566,7 +566,7 @@ class _PostTileState extends State<PostTile> {
 | 
			
		||||
      title: tr("Update post content"),
 | 
			
		||||
      message: tr("Please enter message content: "),
 | 
			
		||||
      defaultValue:
 | 
			
		||||
          widget.post.content.isNull == null ? "" : widget.post.content.content,
 | 
			
		||||
          widget.post.content.isNull ? "" : widget.post.content.content,
 | 
			
		||||
      hint: tr("Post content"),
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user