Skip to content

Commit f1341d5

Browse files
committed
fix(bottomsheet,ios): prevent dupliced close call
which could break modal stack
1 parent b56f0b5 commit f1341d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bottomsheet/bottomsheet.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
445445
}
446446

447447
_bottomSheetClosed() {
448-
super._bottomSheetClosed();
448+
// super already closed we are just a mixin
449449

450450
if (this.bottomSheetController) {
451451
this.bottomSheetController.delegate = null;

0 commit comments

Comments
 (0)