diff --git a/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SubscriptionsScreen.kt b/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SubscriptionsScreen.kt index 6e387398..32acca9f 100644 --- a/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SubscriptionsScreen.kt +++ b/app/src/main/kotlin/com/mr3y/podcaster/ui/screens/SubscriptionsScreen.kt @@ -293,10 +293,10 @@ private fun SubscriptionsTopAppBar( targetState = darkTheme, transitionSpec = { (fadeIn(animationSpec = tween(400, delayMillis = 90)) + slideInHorizontally()).togetherWith( - fadeOut(animationSpec = tween(90)) + slideOutHorizontally() + fadeOut(animationSpec = tween(90)) + slideOutHorizontally(), ) }, - label = "Animated toggle theme icon" + label = "Animated toggle theme icon", ) { isDark -> Icon( imageVector = if (isDark) Icons.Filled.NightlightRound else Icons.Filled.WbSunny, diff --git a/gradlew b/gradlew old mode 100644 new mode 100755