Skip to content

Commit

Permalink
chore: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-ajax committed Dec 30, 2024
1 parent b4c8777 commit 56ace63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:ion/app/features/feed/stories/views/components/story_preview/act
import 'package:ion/app/features/feed/stories/views/components/story_preview/media/story_image_preview.dart';
import 'package:ion/app/features/feed/stories/views/components/story_preview/media/story_video_preview.dart';
import 'package:ion/app/features/feed/stories/views/components/story_preview/user/verified_account_list_item.dart';
import 'package:ion/app/features/feed/views/pages/visibility_settings_modal/visibility_settings_modal.dart';
import 'package:ion/app/features/feed/views/pages/who_can_reply_settings_modal/who_can_reply_settings_modal.dart';
import 'package:ion/app/router/app_routes.c.dart';
import 'package:ion/app/router/components/navigation_app_bar/navigation_app_bar.dart';
import 'package:ion/app/router/utils/show_simple_bottom_sheet.dart';
Expand Down Expand Up @@ -63,7 +63,7 @@ class StoryPreviewPage extends ConsumerWidget {
onTap: () async {
await showSimpleBottomSheet<bool>(
context: context,
child: VisibilitySettingsModal(
child: WhoCanReplySettingsModal(
title: context.i18n.story_settings_title,
),
);
Expand Down

0 comments on commit 56ace63

Please sign in to comment.