TP-79713 | Naman Khurmi | Removed the red fallback view from Ads in IAN screen (#12288)

This commit is contained in:
Naman Khurmi
2024-08-31 12:52:22 +05:30
committed by GitHub
parent 41264c442c
commit 2ce02c73c0

View File

@@ -13,7 +13,6 @@ import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.width
@@ -103,8 +102,7 @@ fun EmptyNotificationScreenRenderer(
activity = activity,
realEstateId = FirebaseRemoteConfigHelper.getString(NAVI_IAN_CROSS_SELL_AD_RE_ID),
timeoutInMillis =
FirebaseRemoteConfigHelper.getLong(NAVI_IAN_CROSS_SELL_AD_FALLBACK_TIMEOUT),
fallbackView = { Box(Modifier.fillMaxWidth().height(60.dp).background(Color.Red)) {} }
FirebaseRemoteConfigHelper.getLong(NAVI_IAN_CROSS_SELL_AD_FALLBACK_TIMEOUT)
)
PullRefreshIndicator(
refreshing = isRefreshing,