File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,6 @@ fun ContentView(
351351 val hasSeenShopIntro by settingsViewModel.hasSeenShopIntro.collectAsStateWithLifecycle()
352352
353353 val currentSheet by appViewModel.currentSheet.collectAsStateWithLifecycle()
354- val hazeState = rememberHazeState()
355354
356355 Box (
357356 modifier = modifier.fillMaxSize()
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ private const val GLOW_ANIMATION_MILLIS = 1200
4242
4343@Composable
4444fun ActivityBanner (
45- modifier : Modifier = Modifier ,
46- onClick : (() -> Unit )? = null,
4745 gradientColor : Color ,
4846 title : String ,
4947 @DrawableRes icon : Int ,
48+ modifier : Modifier = Modifier ,
49+ onClick : (() -> Unit )? = null,
5050) {
5151 val infiniteTransition = rememberInfiniteTransition(label = " glow" )
5252
@@ -156,7 +156,6 @@ fun ActivityBanner(
156156 horizontalArrangement = Arrangement .spacedBy(8 .dp),
157157 verticalAlignment = Alignment .CenterVertically
158158 ) {
159-
160159 Icon (
161160 painter = painterResource(icon),
162161 contentDescription = null ,
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ import to.bitkit.ui.shared.util.primaryButtonStyle
4646import to.bitkit.ui.theme.AppThemeSurface
4747import to.bitkit.ui.theme.Colors
4848
49-
5049private val iconToTextGap = 4 .dp
5150private val iconSize = 20 .dp
5251
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import androidx.compose.ui.draw.clip
2121import androidx.compose.ui.draw.drawBehind
2222import androidx.compose.ui.draw.drawWithContent
2323import androidx.compose.ui.draw.shadow
24- import androidx.compose.ui.geometry.CornerRadius
2524import androidx.compose.ui.geometry.Offset
2625import androidx.compose.ui.geometry.Size
2726import androidx.compose.ui.graphics.Brush
You can’t perform that action at this time.
0 commit comments