From 2f20dc30aa19d62b50f1252de3ef4ab30f7ebcc1 Mon Sep 17 00:00:00 2001 From: Sad Ellie Date: Sun, 23 Apr 2023 19:44:03 +0300 Subject: [PATCH] Fix animation duration for theme change --- app/src/main/java/com/sadellie/unitto/UnittoApp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/sadellie/unitto/UnittoApp.kt b/app/src/main/java/com/sadellie/unitto/UnittoApp.kt index e513a68a..74427008 100644 --- a/app/src/main/java/com/sadellie/unitto/UnittoApp.kt +++ b/app/src/main/java/com/sadellie/unitto/UnittoApp.kt @@ -101,7 +101,7 @@ internal fun UnittoApp() { Themmo( themmoController = themmoController, typography = AppTypography, - animationSpec = tween(450) + animationSpec = tween(250) ) { val statusBarColor = when (currentRoute) { // Match text field container color