Improved scroll interaction

This commit is contained in:
ashilkn 2023-01-21 09:37:38 +05:30
parent 97805cebb9
commit 5b8f21806b

View file

@ -163,6 +163,7 @@ class _CreateCollectionSheetState extends State<CreateCollectionSheet> {
itemCount:
collectionsWithThumbnail.length,
shrinkWrap: true,
physics: const BouncingScrollPhysics(),
);
} else {
return const EnteLoadingWidget();