From fdd4a9700c4a02f35a7ecbd0576ddd87f7a8b1e6 Mon Sep 17 00:00:00 2001 From: Kima Date: Tue, 2 Apr 2024 21:29:50 +0200 Subject: [PATCH] fix modal handle bug --- .../lib/common/bottom_sheet_menu/rounded_bottom_sheet.dart | 2 +- refilc_plus | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/refilc_mobile_ui/lib/common/bottom_sheet_menu/rounded_bottom_sheet.dart b/refilc_mobile_ui/lib/common/bottom_sheet_menu/rounded_bottom_sheet.dart index fca1ad5..729b93c 100644 --- a/refilc_mobile_ui/lib/common/bottom_sheet_menu/rounded_bottom_sheet.dart +++ b/refilc_mobile_ui/lib/common/bottom_sheet_menu/rounded_bottom_sheet.dart @@ -61,7 +61,7 @@ Future showRoundedModalBottomSheet( isDismissible: true, useRootNavigator: rootNavigator, builder: (context) => RoundedBottomSheet( - showHandle: false, + showHandle: showHandle, child: child, ), ); diff --git a/refilc_plus b/refilc_plus index f824633..9ad9a0d 160000 --- a/refilc_plus +++ b/refilc_plus @@ -1 +1 @@ -Subproject commit f8246338d8f916b3b08168263e8c61bd65118d4a +Subproject commit 9ad9a0d820ad179fcb31fefb81731635bed3c5d2