File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import androidx.compose.ui.Alignment
2121import androidx.compose.ui.Modifier
2222import androidx.compose.ui.res.stringResource
2323import androidx.compose.ui.text.style.TextAlign
24- import androidx.compose.ui.text.style.TextOverflow
2524import androidx.compose.ui.tooling.preview.Preview
2625import androidx.compose.ui.unit.dp
2726import to.bitkit.R
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ fun QuickPaySendScreen(
7575@Composable
7676private 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments