Skip to content

Commit 223b7d1

Browse files
authored
🐛 Fix missing ScrollController in the scroll view (#129)
1 parent a393c77 commit 223b7d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/delegates/asset_picker_builder_delegate.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ abstract class AssetPickerBuilderDelegate<A, P> {
258258
selector: (_, AssetPickerProvider<A, P> provider) =>
259259
provider.currentAssets,
260260
builder: (_, List<A> currentAssets, __) => CustomScrollView(
261+
controller: gridScrollController,
261262
slivers: <Widget>[
262263
if (isAppleOS)
263264
SliverPadding(

0 commit comments

Comments
 (0)