From 11fd80b2546101d5ff71198d80cd76fd574a6e5e Mon Sep 17 00:00:00 2001 From: Patryk Michalik Date: Sat, 26 Jun 2021 11:16:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=98ColorPreference.kt=E2=80=99:=20Remove?= =?UTF-8?q?=20unused=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/lawnchair/ui/preferences/components/ColorPreference.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/lawnchair/src/app/lawnchair/ui/preferences/components/ColorPreference.kt b/lawnchair/src/app/lawnchair/ui/preferences/components/ColorPreference.kt index bcf37cc192..7ef051e5f3 100644 --- a/lawnchair/src/app/lawnchair/ui/preferences/components/ColorPreference.kt +++ b/lawnchair/src/app/lawnchair/ui/preferences/components/ColorPreference.kt @@ -2,10 +2,8 @@ package app.lawnchair.ui.preferences.components import androidx.annotation.ColorInt import androidx.compose.animation.AnimatedVisibility -import androidx.compose.animation.Crossfade import androidx.compose.animation.ExperimentalAnimationApi import androidx.compose.animation.core.animateDpAsState -import androidx.compose.animation.core.tween import androidx.compose.foundation.background import androidx.compose.foundation.border import androidx.compose.foundation.clickable