Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-05 11:47:30 +03:00
parent 12fc61bbdc
commit 9334609daf
19 changed files with 297 additions and 206 deletions

View file

@ -1,7 +1,6 @@
package com.tangem.feature.walletsettings.ui
import android.content.res.Configuration
import androidx.activity.compose.BackHandler
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyColumn
@ -37,8 +36,6 @@ internal fun WalletSettingsScreen(
) {
val backgroundColor = TangemTheme.colors.background.secondary
BackHandler(onBack = state.popBack)
Scaffold(
modifier = modifier,
containerColor = backgroundColor,