Skip to content

Commit

Permalink
Hotfix for Bottomsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Feb 14, 2024
1 parent 24ba099 commit cd4d4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/widgets/bottom_sheet/modal_bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class MoonModalBottomSheetRoute<T> extends PageRoute<T> {

AnimationController? _animationController;

bool get _hasScopedWillPopCallback => popDisposition == RoutePopDisposition.pop;
bool get _hasScopedWillPopCallback => popDisposition == RoutePopDisposition.bubble;

@override
bool get maintainState => true;
Expand Down

0 comments on commit cd4d4ae

Please sign in to comment.