Skip to content

Commit b8c06fe

Browse files
committed
chore: fix lint
1 parent 476c3eb commit b8c06fe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/src/main/java/to/bitkit/ui/scaffold/SheetTopBar.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import androidx.compose.ui.Alignment
2121
import androidx.compose.ui.Modifier
2222
import androidx.compose.ui.res.stringResource
2323
import androidx.compose.ui.text.style.TextAlign
24-
import androidx.compose.ui.text.style.TextOverflow
2524
import androidx.compose.ui.tooling.preview.Preview
2625
import androidx.compose.ui.unit.dp
2726
import to.bitkit.R

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ fun QuickPaySendScreen(
7575
@Composable
7676
private fun Content(
7777
amount: ULong,
78-
nodeLifecycleState: NodeLifecycleState = NodeLifecycleState.Stopped,
7978
modifier: Modifier = Modifier,
79+
nodeLifecycleState: NodeLifecycleState = NodeLifecycleState.Stopped,
8080
) {
8181
Column(
8282
modifier = modifier

app/src/main/java/to/bitkit/ui/theme/Defaults.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,6 @@ object Insets {
136136
get() = WindowInsets.navigationBars.asPaddingValues().calculateBottomPadding()
137137
}
138138

139-
val TopBarHeight: Dp @OptIn(ExperimentalMaterial3Api::class) get() = TopAppBarDefaults.TopAppBarExpandedHeight
139+
val TopBarHeight: Dp
140+
@OptIn(ExperimentalMaterial3Api::class)
141+
get() = TopAppBarDefaults.TopAppBarExpandedHeight

0 commit comments

Comments
 (0)