mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix compilation issue
This commit is contained in:
parent
852064e82d
commit
b02315cf09
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user