Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-21 11:10:39 +04:00
parent 688b5da7bd
commit ddf5f8af9f
23 changed files with 0 additions and 2188 deletions

View file

@ -34,7 +34,6 @@ enum class AppScreen(val isDialogFragment: Boolean = false) {
Swap,
Welcome,
SaveWallet(isDialogFragment = true),
WalletSelector(isDialogFragment = true),
AppCurrencySelector,
ModalNotification(isDialogFragment = true),
}