This repository was archived by the owner on Jun 4, 2025. It is now read-only.
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
.