disable dismissing or dragging down SendConfirmSheet (#3386)
malik1004x committed
Jul 14, 2026 at 04:11 UTC
969a1481afc4aceb1d46efa5cfa145dbe0288de2
1 file changed
+2
lib/new-ui/pages/send_page.dart
+2
@@ -803,6 +803,8 @@ class _NewSendPageState extends State<NewSendPage> {
803
}
804
showModalBottomSheet(
805
isScrollControlled: true,
806
+ isDismissible: false,
807
+ enableDrag: false,
808
context: navigatorKey.currentContext ?? context,
809
backgroundColor: Colors.transparent,
810
builder: (context) {