Merge pull request #223 from GetStream/hotfix/picture-modal

fix: Fixed modal crash
This commit is contained in:
Salvatore Giordano
2021-01-20 10:38:00 +01:00
committed by GitHub
@@ -189,6 +189,7 @@ class _ImageFooterState extends State<ImageFooter> {
return DraggableScrollableSheet(
expand: false,
initialChildSize: initialChildSize / size.height,
minChildSize: initialChildSize / size.height,
builder: (context, scrollController) {
return SingleChildScrollView(
controller: scrollController,