NTP-9272 | Shivam | Bug Fix | IAN | Background Color is Incorrect (#13387)
This commit is contained in:
@@ -160,7 +160,12 @@ fun BoxScope.NotificationWidgetsRenderer(
|
||||
)
|
||||
}
|
||||
)
|
||||
Box(modifier = Modifier.fillMaxSize().pullRefresh(pullRefreshState)) {
|
||||
Box(
|
||||
modifier =
|
||||
Modifier.fillMaxSize()
|
||||
.background(color = Color.White)
|
||||
.pullRefresh(pullRefreshState)
|
||||
) {
|
||||
LazyColumn(modifier = Modifier.fillMaxSize(), state = lazyListState) {
|
||||
val partitionedNotificationData =
|
||||
notificationVM.partitionNotificationData(notificationDataList)
|
||||
|
||||
Reference in New Issue
Block a user