Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-09 20:36:41 +05:00
parent d64383fc7d
commit 65a2f369c8
7 changed files with 31 additions and 7 deletions

View file

@ -71,7 +71,7 @@ class AppsFlyerReferralParamsHandler @Inject constructor(
private fun storeConversionData(refcode: String, campaign: String?) {
coroutineScope.launch {
mutex.withLock {
setShouldShowMobileWalletPromoUseCase()
setShouldShowMobileWalletPromoUseCase(true)
.onLeft { Timber.e(it) }
appsFlyerStore.storeIfAbsent(
value = AppsFlyerConversionData(refcode = refcode, campaign = campaign),