@@ -1075,7 +1075,7 @@ class _LibraryManagementSheetState extends State<_LibraryManagementSheet> {
|
||||
_originalOrder = null;
|
||||
});
|
||||
} else {
|
||||
Navigator.pop(context);
|
||||
OverlaySheetController.popAdaptive(context);
|
||||
}
|
||||
});
|
||||
if (backResult != KeyEventResult.ignored) {
|
||||
|
||||
@@ -512,7 +512,7 @@ class _OverlaySheetHostState extends State<OverlaySheetHost> with SingleTickerPr
|
||||
|
||||
final colorScheme = Theme.of(context).colorScheme;
|
||||
|
||||
Widget content = _pageStack.isNotEmpty ? _pageStack.last.builder(context) : const SizedBox.shrink();
|
||||
Widget content = _pageStack.isNotEmpty ? Builder(builder: _pageStack.last.builder) : const SizedBox.shrink();
|
||||
|
||||
// Wrap content in NotificationListener for scroll-aware drag-to-dismiss
|
||||
if (showHandle) {
|
||||
|
||||
Reference in New Issue
Block a user