nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
216 stars 80 forks source link

fix(bottomSheet): ios viewController undefined on tap in background #452

Closed vallemar closed 10 months ago

vallemar commented 10 months ago

@farfromrefug When this line was executed this._onDismissBottomSheetCallback() it caused this to be executed: https://github.com/nativescript-community/ui-material-components/blob/master/src/bottomsheet/bottomsheet.ios.ts#L449 As it had been set to null, the function failed when trying to access .nsAnimated from a null