Skip to content

Commit

Permalink
Fixed UI glitch of desktop Pin Attachment Options
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarpalsinh25 committed Aug 14, 2024
1 parent cc721ea commit 0bd3846
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/lib/features/pins/widgets/pin_attachment_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class PinAttachmentOptions extends ConsumerWidget {
final pinState = ref.watch(createPinStateProvider);
return Column(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
Wrap(
alignment: WrapAlignment.spaceAround,
children: [
_pinAttachmentOptionItem(
context: context,
Expand Down Expand Up @@ -63,11 +63,6 @@ class PinAttachmentOptions extends ConsumerWidget {
AttachmentType.file,
),
),
],
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
_pinAttachmentOptionItem(
context: context,
title: L10n.of(context).image,
Expand Down

0 comments on commit 0bd3846

Please sign in to comment.