We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553d7a commit e1a428aCopy full SHA for e1a428a
1 file changed
DevLog/Presentation/Common/LoadingState.swift
@@ -25,7 +25,7 @@ final class LoadingState {
25
private var visibleDelayedTargets = Set<AnyHashable>()
26
private var visibleTargets = Set<AnyHashable>()
27
28
- init(delay: Duration = .milliseconds(500)) {
+ init(delay: Duration = .seconds(0.3)) {
29
self.delay = delay
30
}
31
0 commit comments