File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import kotlinx.serialization.Serializable
2626import to.bitkit.androidServices.LightningNodeService
2727import to.bitkit.androidServices.LightningNodeService.Companion.CHANNEL_ID_NODE
2828import to.bitkit.ui.components.AuthCheckView
29- import to.bitkit.ui.components .ForgotPinSheet
29+ import to.bitkit.ui.sheets .ForgotPinSheet
3030import to.bitkit.ui.components.InactivityTracker
3131import to.bitkit.ui.components.IsOnlineTracker
3232import to.bitkit.ui.components.ToastOverlay
Original file line number Diff line number Diff line change 1- package to.bitkit.ui.components
1+ package to.bitkit.ui.sheets
22
33import androidx.compose.foundation.Image
44import androidx.compose.foundation.layout.Column
@@ -14,6 +14,12 @@ import androidx.compose.ui.res.stringResource
1414import androidx.compose.ui.tooling.preview.Preview
1515import androidx.compose.ui.unit.dp
1616import to.bitkit.R
17+ import to.bitkit.ui.components.BodyM
18+ import to.bitkit.ui.components.BottomSheet
19+ import to.bitkit.ui.components.BottomSheetPreview
20+ import to.bitkit.ui.components.FillHeight
21+ import to.bitkit.ui.components.PrimaryButton
22+ import to.bitkit.ui.components.VerticalSpacer
1723import to.bitkit.ui.scaffold.SheetTopBar
1824import to.bitkit.ui.shared.modifiers.sheetHeight
1925import to.bitkit.ui.shared.util.gradientBackground
@@ -59,9 +65,7 @@ private fun Content(
5965
6066 FillHeight ()
6167 Image (
62- painter = painterResource(R .drawable.restore),
63- contentDescription = null ,
64- modifier = Modifier .width(256 .dp)
68+ painter = painterResource(R .drawable.restore), contentDescription = null , modifier = Modifier .width(256 .dp)
6569 )
6670 FillHeight ()
6771
You can’t perform that action at this time.
0 commit comments