mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +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