Skip to content

Commit

Permalink
fix: add a close button to the bottom sheet for sharing the story
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-alcides committed Dec 12, 2024
1 parent e7a2f2c commit fe3a651
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: ice License 1.0

import 'package:flutter/material.dart';
import 'package:go_router/go_router.dart';
import 'package:ion/app/extensions/extensions.dart';
import 'package:ion/app/features/feed/stories/views/components/story_viewer/components/share/share_actions_buttons.dart';
import 'package:ion/app/features/feed/views/components/share_modal_base/share_modal_base.dart';
Expand All @@ -14,6 +15,7 @@ class StoryShareModal extends StatelessWidget {
title: context.i18n.feed_share_via,
showBackButton: true,
showNextIcon: false,
onClose: context.pop,
emptyStateWidget: const ShareActionButtons(),
);
}
Expand Down

0 comments on commit fe3a651

Please sign in to comment.