Skip to content

Commit 7acd8a1

Browse files
committed
update(interactor): dont delay error
1 parent 357ac7e commit 7acd8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/hoc/pagination_mvi/ui/main/MainInteractorImpl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ class MainInteractorImpl @Inject constructor(
113113
}
114114
}
115115

116-
private suspend fun delayError() = delay(400)
116+
private suspend fun delayError() = delay(0)
117117
}

0 commit comments

Comments
 (0)