Skip to content

Commit 9d207b0

Browse files
committed
chore: tidy
1 parent 3801ddc commit 9d207b0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,14 @@ class TrueSheetDialog(private val reactContext: ThemedReactContext, private val
104104
*/
105105
fun setupBackground() {
106106
val outerRadii = floatArrayOf(
107-
cornerRadius, cornerRadius,
108-
cornerRadius, cornerRadius,
109-
0f, 0f,
110-
0f, 0f
107+
cornerRadius,
108+
cornerRadius,
109+
cornerRadius,
110+
cornerRadius,
111+
0f,
112+
0f,
113+
0f,
114+
0f
111115
)
112116

113117
val background = ShapeDrawable(RoundRectShape(outerRadii, null, null))

0 commit comments

Comments
 (0)