Skip to content

Commit 4017a8f

Browse files
authored
Merge pull request #316 from icerockdev/develop
Release 0.2.3
2 parents d88a745 + 35af4db commit 4017a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlinVersion = "1.8.10"
33

4-
mokoWidgetsVersion = "0.2.2"
4+
mokoWidgetsVersion = "0.2.3"
55
mokoResourcesVersion = "0.21.2"
66
mokoMvvmVersion = "0.16.0"
77
mokoFieldsVersion = "0.12.0"

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)