💄 Fix notification bottom sheet covered with sheet
This commit is contained in:
@@ -285,7 +285,8 @@ class AccountScreen extends HookConsumerWidget {
|
||||
showModalBottomSheet(
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
builder: (context) => const NotificationScreen(),
|
||||
useRootNavigator: true,
|
||||
builder: (context) => const NotificationSheet(),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
Reference in New Issue
Block a user