File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
WooCommerce/src/main/kotlin/com/woocommerce/android/ui/bookings/filter Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,10 @@ private fun FiltersNavHost(
139139private val BookingFilterPage .route: String
140140 get() = this ::class .java.simpleName
141141
142-
143142private 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
150148private fun slideOut (popNavigation : Boolean ): ExitTransition {
@@ -155,7 +153,6 @@ private fun slideOut(popNavigation: Boolean): ExitTransition {
155153
156154private const val TRANSITION_DURATION = 250
157155
158-
159156@LightDarkThemePreviews
160157@Composable
161158private fun BookingFilterListScreenPreview () {
You can’t perform that action at this time.
0 commit comments