mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Add about tab
This commit is contained in:
@ -45,4 +45,9 @@ class AdvancedGroupInfo extends Group implements LikeElement {
|
||||
|
||||
@override
|
||||
LikesType likeType = LikesType.GROUP;
|
||||
|
||||
get hasURL => url != null && url.isNotEmpty && url != "null";
|
||||
|
||||
get hasDescription =>
|
||||
description != null && description.isNotEmpty && description != "null";
|
||||
}
|
||||
|
Reference in New Issue
Block a user