Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-10 18:03:44 +03:00
parent a0ce025263
commit 9cc6f26cf4
21 changed files with 471 additions and 3 deletions

View file

@ -35,4 +35,5 @@ enum class AppScreen(val isDialogFragment: Boolean = false) {
SaveWallet(isDialogFragment = true),
AppCurrencySelector,
ModalNotification(isDialogFragment = true),
Staking,
}