Merge branch 'main' of gitlab.com:famedly/fluffychat into main
This commit is contained in:
commit
46e71d6f01
35 changed files with 224 additions and 99 deletions
|
|
@ -62,7 +62,7 @@ class InvitationSelectionView extends StatelessWidget {
|
|||
child: CircularProgressIndicator(),
|
||||
);
|
||||
}
|
||||
var contacts = snapshot.data;
|
||||
final contacts = snapshot.data;
|
||||
return ListView.builder(
|
||||
physics: NeverScrollableScrollPhysics(),
|
||||
shrinkWrap: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue