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

Fix appearance issue

This commit is contained in:
2021-04-17 08:40:33 +02:00
parent 4f72b59265
commit 5fd74f9047
7 changed files with 11 additions and 0 deletions

View File

@ -258,6 +258,7 @@ class _GroupSettingsScreenState extends SafeState<GroupSettingsScreen> {
_updateSettings();
},
switchValue: _groupSettings.isMembersListPublic,
titleMaxLines: 2,
)
],
);