We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577b92c commit b6bbcf5Copy full SHA for b6bbcf5
src/bottomsheet/bottomsheet.android.ts
@@ -86,7 +86,7 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
86
this.bindingContext = fromObject(options.context);
87
this._raiseShownBottomSheetEvent();
88
},
89
- dismissCallback: () => this._onDismissBottomSheetCallback()
+ dismissCallback: () => this._onDismissBottomSheetCallback?.()
90
};
91
const dfListener = new com.nativescript.material.bottomsheet.BottomSheetDialogFragment.BottomSheetDialogFragmentListener({
92
onCreateDialog(fragment: com.nativescript.material.bottomsheet.BottomSheetDialogFragment, savedInstanceState: android.os.Bundle): android.app.Dialog {
0 commit comments