Skip to content

Commit e1a428a

Browse files
committed
refactor: 0.3초로 딜레이 수정
1 parent 4553d7a commit e1a428a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevLog/Presentation/Common/LoadingState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class LoadingState {
2525
private var visibleDelayedTargets = Set<AnyHashable>()
2626
private var visibleTargets = Set<AnyHashable>()
2727

28-
init(delay: Duration = .milliseconds(500)) {
28+
init(delay: Duration = .seconds(0.3)) {
2929
self.delay = delay
3030
}
3131

0 commit comments

Comments
 (0)