Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ecb34ba

Browse files
authored
Merge pull request #315 from VashenkoNikita/master
update moko widget bottomsheet weak ref with controller not create at memory
2 parents 7ad2152 + ba19fb8 commit ecb34ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets-bottomsheet/src/iosMain/swift/BottomSheetController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private var AssociatedDelegateHandle: UInt8 = 0
99

1010
@objc public class BottomSheetController: NSObject {
1111

12-
private weak var controller: FloatingPanelController?
12+
private var controller: FloatingPanelController?
1313
private var onDismiss: ((Bool) -> Void)?
1414

1515
@objc public func show(

0 commit comments

Comments
 (0)