Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 84afa36

Browse files
Fix code style
1 parent f515445 commit 84afa36

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

homeUi/src/main/kotlin/com/gravatar/app/homeUi/presentation/home/profile/header/AnimatedProfileHeader.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ import androidx.compose.runtime.remember
3939
import androidx.compose.runtime.setValue
4040
import androidx.compose.ui.Alignment
4141
import androidx.compose.ui.Modifier
42-
import androidx.compose.ui.draw.BlurredEdgeTreatment
4342
import androidx.compose.ui.draw.alpha
44-
import androidx.compose.ui.draw.blur
4543
import androidx.compose.ui.draw.clip
4644
import androidx.compose.ui.graphics.Color
4745
import androidx.compose.ui.layout.onGloballyPositioned
@@ -60,7 +58,6 @@ import androidx.compose.ui.unit.lerp
6058
import androidx.compose.ui.unit.sp
6159
import androidx.compose.ui.util.lerp
6260
import com.gravatar.app.homeUi.R
63-
import com.gravatar.app.homeUi.presentation.home.components.AsyncImageWithCachePlaceholder
6461
import com.gravatar.app.homeUi.presentation.home.components.BlurredHeaderBackground
6562
import com.gravatar.app.homeUi.presentation.home.components.GravatarAvatarWithShadow
6663
import com.gravatar.app.homeUi.presentation.home.components.topbar.TopBarPickerPopup

homeUi/src/main/kotlin/com/gravatar/app/homeUi/presentation/home/share/ShareScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package com.gravatar.app.homeUi.presentation.home.share
33
import androidx.compose.foundation.layout.Column
44
import androidx.compose.foundation.layout.fillMaxSize
55
import androidx.compose.foundation.layout.fillMaxWidth
6-
import androidx.compose.foundation.layout.statusBarsPadding
76
import androidx.compose.foundation.rememberScrollState
87
import androidx.compose.foundation.verticalScroll
98
import androidx.compose.material3.SnackbarHostState

0 commit comments

Comments
 (0)