Updated on 2026-08-14
This commit is contained in:
parent
d64383fc7d
commit
65a2f369c8
7 changed files with 31 additions and 7 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue