Skip to content

Commit 272fd25

Browse files
Fix detekt issues
1 parent c0b3f0e commit 272fd25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WooCommerce/src/main/kotlin/com/woocommerce/android/ui/bookings/filter/BookingFilterListScreen.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,10 @@ private fun FiltersNavHost(
139139
private val BookingFilterPage.route: String
140140
get() = this::class.java.simpleName
141141

142-
143142
private fun slideIn(popNavigation: Boolean): EnterTransition {
144143
return slideInHorizontally(animationSpec = tween(durationMillis = TRANSITION_DURATION)) { fullWidth ->
145144
if (popNavigation) fullWidth else -fullWidth
146145
} + fadeIn(animationSpec = tween(durationMillis = TRANSITION_DURATION))
147-
148146
}
149147

150148
private fun slideOut(popNavigation: Boolean): ExitTransition {
@@ -155,7 +153,6 @@ private fun slideOut(popNavigation: Boolean): ExitTransition {
155153

156154
private const val TRANSITION_DURATION = 250
157155

158-
159156
@LightDarkThemePreviews
160157
@Composable
161158
private fun BookingFilterListScreenPreview() {

0 commit comments

Comments
 (0)