Skip to content

Commit 0478bb6

Browse files
committed
code formatting , remove comment message
1 parent 0e8f532 commit 0478bb6

File tree

1 file changed

+2
-1
lines changed
  • feature/creation/src/main/java/com/android/developers/androidify/creation

1 file changed

+2
-1
lines changed

feature/creation/src/main/java/com/android/developers/androidify/creation/CreationScreen.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,11 @@ private fun MainCreationPane(
462462
}
463463

464464
PromptType.TEXT.ordinal -> {
465+
465466
val showTextPrompt by remember {
466467
derivedStateOf { pagerState.currentPage == PromptType.TEXT.ordinal && pagerState.targetPage == pagerState.currentPage }
467468
}
468-
//This ensures the TextPrompt only renders when navigation animation completes.
469+
469470
if (showTextPrompt) {
470471
TextPrompt(
471472
textFieldState = uiState.descriptionText,

0 commit comments

Comments
 (0)