Skip to content

Commit 934832b

Browse files
chore: minor formatting/linting
1 parent 6517df1 commit 934832b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

android/src/main/java/com/lodev09/truesheet/TrueSheetDialog.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ class TrueSheetDialog(private val reactContext: ThemedReactContext, private val
2424
private var windowAnimation: Int = 0
2525

2626
// First child of the rootSheetView
27-
private val containerView: ViewGroup?
28-
get() = if (rootSheetView.childCount > 0) {
29-
rootSheetView.getChildAt(0) as? ViewGroup
30-
} else {
31-
null
32-
}
27+
private val containerView: ViewGroup?
28+
get() = if (rootSheetView.childCount > 0) {
29+
rootSheetView.getChildAt(0) as? ViewGroup
30+
} else {
31+
null
32+
}
3333

3434
private val sheetContainerView: ViewGroup?
35-
get() = rootSheetView.parent?.let { it as? ViewGroup }
35+
get() = rootSheetView.parent?.let { it as? ViewGroup }
3636

3737
/**
3838
* Specify whether the sheet background is dimmed.

0 commit comments

Comments
 (0)