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: feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/component/ImpressionGuideBottomSheet.kt
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,6 @@ fun ImpressionGuideBottomSheet(
45
45
onCloseButtonClick: () ->Unit,
46
46
onSelectionConfirmButtonClick: () ->Unit,
47
47
) {
48
-
val isImpressionEmpty = impressionState.text.isEmpty()
49
-
50
-
val description =if (isImpressionEmpty) R.string.impression_guide_description elseR.string.impression_guide_warning
51
-
val descriptionColor =if (isImpressionEmpty) ReedTheme.colors.contentSecondary elseReedTheme.colors.contentError
0 commit comments