TP-79713 | Naman Khurmi | Removed the red fallback view from Ads in IAN screen (#12288)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user