1.13.1
Bug Fixes
- Addresses a crash in the
BottomSheetViewController
that was occurring due to an incorrect usage of a selector. The crash was caused by trying to call thebuttonPressed
instance method as a class method onBottomSheetViewController.self
.