diff --git a/lib/components/adaptive/adaptive_pop_sheet_list.dart b/lib/components/adaptive/adaptive_pop_sheet_list.dart index 4772c860..5be349c5 100644 --- a/lib/components/adaptive/adaptive_pop_sheet_list.dart +++ b/lib/components/adaptive/adaptive_pop_sheet_list.dart @@ -92,8 +92,10 @@ class AdaptivePopSheetList extends StatelessWidget { // ), position: position, builder: (context) { - return DropdownMenu( - children: childrenModified(context), + return WidgetStatesProvider.boundary( + child: DropdownMenu( + children: childrenModified(context), + ), ); }, ).future;