You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/components/ExpandableBottomSheetLayout.kt
Copy file name to clipboardExpand all lines: libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/components/ExpandableBottomSheetLayoutState.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class ExpandableBottomSheetLayoutState {
38
38
/**
39
39
* The current position of the bottom sheet layout.
40
40
*/
41
-
val position = internalPosition
41
+
val position get() = internalPosition
42
42
43
43
/**
44
44
* The percentage of the bottom sheet layout that is currently being dragged.
0 commit comments