Skip to content

Commit f270f91

Browse files
committed
💄 Fix GIF indicator stretch issue
1 parent 57b54ff commit f270f91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/delegates/asset_picker_builder_delegate.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ abstract class AssetPickerBuilderDelegate<A, P> {
155155
Widget gifIndicator(BuildContext context, A asset) {
156156
return PositionedDirectional(
157157
start: 0,
158-
end: 0,
159158
bottom: 0,
160159
child: Container(
161160
padding: const EdgeInsets.all(6.0),

0 commit comments

Comments
 (0)