Compare commits
3 Commits
fdea594a1e
...
dac5cc8a89
| Author | SHA1 | Date | |
|---|---|---|---|
| dac5cc8a89 | |||
| bafbde7d03 | |||
| 5c8b93072f |
@@ -75,7 +75,7 @@ class _ChooseGroupViewState extends State<ChooseGroupView> {
|
||||
child: Visibility(
|
||||
visible: filteredGroups.isNotEmpty,
|
||||
replacement: Visibility(
|
||||
visible: controller.text.isNotEmpty,
|
||||
visible: widget.groups.isNotEmpty,
|
||||
replacement: const TopCenteredMessage(
|
||||
icon: Icons.info,
|
||||
title: 'Info',
|
||||
|
||||
Reference in New Issue
Block a user