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

Commit 4870d7e

Browse files
author
VashenkoNikita
committed
update moko widget bottomsheet weak ref with controller not create at memory
1 parent 20fcb75 commit 4870d7e

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, FloatingPanelControllerDelegate {
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)