mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix compilation issue
This commit is contained in:
		@@ -23,5 +23,5 @@ class ConversationSettings {
 | 
			
		||||
 | 
			
		||||
  bool get hasName => name != null && name.length > 0;
 | 
			
		||||
 | 
			
		||||
  bool get hasId => id != null & id > 0;
 | 
			
		||||
  bool get hasId => id != null && id > 0;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user