This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
homeUi/src/main/kotlin/com/gravatar/app/homeUi/presentation/home Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,7 @@ import androidx.compose.runtime.remember
3939import androidx.compose.runtime.setValue
4040import androidx.compose.ui.Alignment
4141import androidx.compose.ui.Modifier
42- import androidx.compose.ui.draw.BlurredEdgeTreatment
4342import androidx.compose.ui.draw.alpha
44- import androidx.compose.ui.draw.blur
4543import androidx.compose.ui.draw.clip
4644import androidx.compose.ui.graphics.Color
4745import androidx.compose.ui.layout.onGloballyPositioned
@@ -60,7 +58,6 @@ import androidx.compose.ui.unit.lerp
6058import androidx.compose.ui.unit.sp
6159import androidx.compose.ui.util.lerp
6260import com.gravatar.app.homeUi.R
63- import com.gravatar.app.homeUi.presentation.home.components.AsyncImageWithCachePlaceholder
6461import com.gravatar.app.homeUi.presentation.home.components.BlurredHeaderBackground
6562import com.gravatar.app.homeUi.presentation.home.components.GravatarAvatarWithShadow
6663import com.gravatar.app.homeUi.presentation.home.components.topbar.TopBarPickerPopup
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package com.gravatar.app.homeUi.presentation.home.share
33import androidx.compose.foundation.layout.Column
44import androidx.compose.foundation.layout.fillMaxSize
55import androidx.compose.foundation.layout.fillMaxWidth
6- import androidx.compose.foundation.layout.statusBarsPadding
76import androidx.compose.foundation.rememberScrollState
87import androidx.compose.foundation.verticalScroll
98import androidx.compose.material3.SnackbarHostState
You can’t perform that action at this time.
0 commit comments