Skip to content

Commit 5be1d31

Browse files
committed
[BOOK-304] fix: 기록 저장 시 중복 저장되는 문제를 막기 위해 로딩 인디케이터 delay를 0L로 설정
1 parent 3e5c5f4 commit 5be1d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/record/src/main/kotlin/com/ninecraft/booket/feature/record/register/RecordRegisterUi.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ internal fun RecordRegisterUi(
8585
}
8686

8787
if (state.isLoading) {
88-
ReedLoadingIndicator()
88+
ReedLoadingIndicator(delayMillis = 0L)
8989
}
9090

9191
if (state.isExitDialogVisible) {

0 commit comments

Comments
 (0)