This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Commit 66803a2
committed
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 the buttonPressed instance method as a class method on BottomSheetViewController.self.1 parent aa6da98 commit 66803a2
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments