sk eat
11/26/2024, 12:30 AMLazyColumn {
items(itemsListA) { item ->
A(item)
}
stickyHeader {
B()
}
item {
AdView()
}
items(itemsListC) { item ->
C(item)
}
}
Is there a way to prevent the AdView from being destroyed inside the LazyColumn?ephemient
11/26/2024, 12:46 AMAlbert Chang
11/26/2024, 6:26 AMsk eat
11/26/2024, 7:39 AMColton Idle
11/26/2024, 12:48 PMColton Idle
11/26/2024, 12:48 PMStylianos Gakis
11/26/2024, 12:59 PMColton Idle
11/26/2024, 4:14 PM