fix buttons not working in the SheetView after opening it the first time

This commit is contained in:
Oleksii Bulenok
2026-06-25 15:05:33 +02:00
parent e11b5a6320
commit 7e482c9695
+4
View File
@@ -121,6 +121,10 @@ class SheetView: ExpoView, UISheetPresentationControllerDelegate {
self.isClosing = false
self.isOpen = false
self.sheetVc = nil
if let innerView = self.innerView {
self.touchHandler?.detach(from: innerView)
}
self.touchHandler = nil
self.innerView = nil
SheetManager.shared.remove(self)