We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d88a745 + 35af4db commit 4017a8fCopy full SHA for 4017a8f
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
kotlinVersion = "1.8.10"
3
4
-mokoWidgetsVersion = "0.2.2"
+mokoWidgetsVersion = "0.2.3"
5
mokoResourcesVersion = "0.21.2"
6
mokoMvvmVersion = "0.16.0"
7
mokoFieldsVersion = "0.12.0"
widgets-bottomsheet/src/iosMain/swift/BottomSheetController.swift
@@ -9,7 +9,7 @@ private var AssociatedDelegateHandle: UInt8 = 0
9
10
@objc public class BottomSheetController: NSObject {
11
12
- private weak var controller: FloatingPanelController?
+ private var controller: FloatingPanelController?
13
private var onDismiss: ((Bool) -> Void)?
14
15
@objc public func show(
0 commit comments