Updated on 2026-08-14
This commit is contained in:
parent
27f05207a3
commit
aa3783b32e
1 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ import com.google.accompanist.appcompattheme.AppCompatTheme
|
|||
import com.tangem.domain.features.addCustomToken.redux.AddCustomTokenState
|
||||
import com.tangem.domain.redux.domainStore
|
||||
import com.tangem.tap.features.BaseStoreFragment
|
||||
import com.tangem.tap.features.addBackPressHandler
|
||||
import com.tangem.tap.features.tokens.addCustomToken.compose.AddCustomTokenScreen
|
||||
import com.tangem.wallet.R
|
||||
import org.rekotlin.StoreSubscriber
|
||||
|
|
@ -57,6 +58,6 @@ class AddCustomTokenFragment : BaseStoreFragment(R.layout.view_compose_fragment)
|
|||
|
||||
}
|
||||
}
|
||||
// addBackPressHandler(this)
|
||||
addBackPressHandler(this)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue