From 6f059b8b5dab68f6ecb1a79575519c241a2def77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Wed, 5 Nov 2025 16:18:50 +0100 Subject: [PATCH] chore: Improve bottomsheet text input --- lib/utils/adaptive_bottom_sheet.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/adaptive_bottom_sheet.dart b/lib/utils/adaptive_bottom_sheet.dart index db9a11ede..b39535fbf 100644 --- a/lib/utils/adaptive_bottom_sheet.dart +++ b/lib/utils/adaptive_bottom_sheet.dart @@ -40,6 +40,7 @@ Future showAdaptiveBottomSheet({ return showModalBottomSheet( context: context, + useSafeArea: true, builder: (context) => Padding( padding: EdgeInsets.zero, child: ClipRRect(