1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Add about tab

This commit is contained in:
2021-03-16 19:01:50 +01:00
parent ed109d8c26
commit ca948e4b28
3 changed files with 105 additions and 0 deletions

View File

@ -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";
}