File tree Expand file tree Collapse file tree
app/src/main/java/com/cherrish/android/presentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,9 +337,8 @@ private fun DowntimeDayPicker(
337337
338338 Text (
339339 text = if (minDowntimeDays == 0 && maxDowntimeDays == 0 ) {
340- " 보통 다운타임 0일 "
341- }
342- else {
340+ " 보통 다운타임 0일"
341+ } else {
343342 " 보통 $minDowntimeDays -${maxDowntimeDays} 일"
344343 },
345344 color = CherrishTheme .colors.gray600,
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ fun RecoveryScheduleContent(
8989 }
9090 },
9191 onDone = { focusManager.clearFocus(force = true ) },
92- onNext = { focusManager.moveFocus(focusDirection = FocusDirection .Next ) },
92+ onNext = { focusManager.moveFocus(focusDirection = FocusDirection .Next ) }
9393 )
9494
9595 if (errorMessage != null ) {
Original file line number Diff line number Diff line change 11package com.cherrish.android.presentation.onboarding.information
22
3- import androidx.compose.animation.animateContentSize
4- import androidx.compose.animation.core.Spring
5- import androidx.compose.animation.core.spring
63import androidx.compose.foundation.background
74import androidx.compose.foundation.layout.Arrangement
85import androidx.compose.foundation.layout.Column
96import androidx.compose.foundation.layout.PaddingValues
107import androidx.compose.foundation.layout.Spacer
11- import androidx.compose.foundation.layout.WindowInsets
128import androidx.compose.foundation.layout.fillMaxSize
139import androidx.compose.foundation.layout.fillMaxWidth
1410import androidx.compose.foundation.layout.height
15- import androidx.compose.foundation.layout.ime
1611import androidx.compose.foundation.layout.imePadding
1712import androidx.compose.foundation.layout.padding
18- import androidx.compose.foundation.layout.windowInsetsPadding
1913import androidx.compose.foundation.shape.RoundedCornerShape
2014import androidx.compose.material3.Scaffold
2115import androidx.compose.material3.Text
You can’t perform that action at this time.
0 commit comments