From 45e40fdb410f189da29c5d974af538f6b5b10713 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Feb 2024 13:19:11 +0000 Subject: [PATCH] Apply style formatting --- .../com/mr3y/podcaster/ui/screens/SubscriptionsScreen.kt | 4 ++-- gradlew | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 gradlew 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