Skip to content

Commit 5d6f680

Browse files
committed
chore: lint
1 parent d98cd54 commit 5d6f680

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

app/src/main/java/to/bitkit/ui/components/SuggestionCard.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ fun SuggestionCard(
8080
if (isDismissible || disableGlow) {
8181
Modifier.gradientLinearBackground(gradientColor)
8282
} else {
83-
8483
val (shadowColor, borderColor, gradientSelectedColor) = when (gradientColor) {
8584
Colors.Purple24 -> Triple(
8685
Color(130, 65, 175),
@@ -155,7 +154,6 @@ fun SuggestionCard(
155154
}
156155
}
157156

158-
159157
@Preview(showSystemUi = true)
160158
@Composable
161159
private fun Preview() {

app/src/main/java/to/bitkit/ui/screens/wallets/HomeScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ import to.bitkit.viewmodels.AppViewModel
116116
import to.bitkit.viewmodels.MainUiState
117117
import to.bitkit.viewmodels.SettingsViewModel
118118
import to.bitkit.viewmodels.WalletViewModel
119-
import kotlin.time.Duration.Companion.seconds
120119

121120
@Composable
122121
fun HomeScreen(

app/src/main/java/to/bitkit/ui/shared/util/Modifiers.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import androidx.compose.ui.graphics.Brush
1515
import androidx.compose.ui.graphics.Color
1616
import androidx.compose.ui.graphics.graphicsLayer
1717
import androidx.compose.ui.input.pointer.pointerInput
18-
import androidx.compose.ui.unit.dp
1918
import to.bitkit.ui.theme.Colors
2019

2120
/**

0 commit comments

Comments
 (0)