Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 6f98492

Browse files
committed
Remove default animation duration
1 parent cbb1515 commit 6f98492

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

multi-search/src/main/kotlin/co/anitrend/multisearch/usecase/MultiSearchUseCase.kt

-5
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,4 @@ internal class MultiSearchUseCase(
246246
selectedSearchItemTab = parent
247247
selectedSearchItemTab?.let { selectTab(it) }
248248
}
249-
250-
companion object {
251-
252-
private const val DEFAULT_ANIM_DURATION = 250L
253-
}
254249
}

0 commit comments

Comments
 (0)