💄 Fix notification bottom sheet covered with sheet

This commit is contained in:
2025-10-15 22:55:37 +08:00
parent 4595865ad3
commit 001549b190
4 changed files with 6 additions and 10 deletions

View File

@@ -285,7 +285,8 @@ class AccountScreen extends HookConsumerWidget {
showModalBottomSheet(
context: context,
isScrollControlled: true,
builder: (context) => const NotificationScreen(),
useRootNavigator: true,
builder: (context) => const NotificationSheet(),
);
},
),