Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-11 14:49:08 +03:00
parent 0a6b47b668
commit 71038ca2d8
39 changed files with 1073 additions and 89 deletions

View file

@ -33,7 +33,6 @@ internal class PreviewDetailsComponent : DetailsComponent {
)
@Composable
@Suppress("TopLevelComposableFunctions") // TODO: Remove this check
override fun Content(modifier: Modifier) {
DetailsScreen(
modifier = modifier,

View file

@ -45,7 +45,6 @@ internal class PreviewUserWalletListComponent : UserWalletListComponent {
)
@Composable
@Suppress("TopLevelComposableFunctions") // TODO: Remove this check
override fun Content(modifier: Modifier) {
UserWalletListBlock(state = previewState, modifier = modifier)
}