Skip to content

Commit a61c06f

Browse files
committed
🐛 Fix disappeared GIF's indicator
1 parent 7d513e4 commit a61c06f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

lib/src/delegates/asset_picker_builder_delegate.dart

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,7 @@ abstract class AssetPickerBuilderDelegate<A, P> {
157157
start: 0,
158158
bottom: 0,
159159
child: Container(
160-
width: double.maxFinite,
161-
height: 26.0,
162-
alignment: const FractionalOffset(0.1, 0.1),
163-
padding: const EdgeInsets.symmetric(horizontal: 2.0, vertical: 2.0),
160+
padding: const EdgeInsets.all(6.0),
164161
decoration: BoxDecoration(
165162
gradient: LinearGradient(
166163
begin: AlignmentDirectional.bottomCenter,
@@ -169,10 +166,7 @@ abstract class AssetPickerBuilderDelegate<A, P> {
169166
),
170167
),
171168
child: Container(
172-
padding: const EdgeInsets.symmetric(
173-
horizontal: 2.0,
174-
vertical: 2.0,
175-
),
169+
padding: const EdgeInsets.symmetric(horizontal: 2, vertical: 1),
176170
decoration: !isAppleOS
177171
? BoxDecoration(
178172
borderRadius: BorderRadius.circular(2.0),

0 commit comments

Comments
 (0)