Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-28 15:43:27 +05:00
parent 1edd108652
commit 2a73e5654e
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
android:name="com.tangem.tap.MainActivity"
android:configChanges="uiMode"
android:exported="true"
android:launchMode="singleTop"
android:launchMode="singleInstance"
android:screenOrientation="portrait"
android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize">

View file

@ -19,7 +19,7 @@ sealed class PromoActivationAnalytics(
"State" to when (result) {
PromoCodeActivationResult.Failed -> "Error"
PromoCodeActivationResult.InvalidPromoCode -> "Invalid"
PromoCodeActivationResult.NoBitcoinAddress -> "No Address "
PromoCodeActivationResult.NoBitcoinAddress -> "No Address"
PromoCodeActivationResult.PromoCodeAlreadyUsed -> "Already Use"
PromoCodeActivationResult.Activated -> "Activated"
},