Remi Latapy
01/05/2023, 10:18 AMandroidx.paging:paging-common:3.0.0-alpha08
publicly published somewhere? I can only find the alpha03
https://androidx.tech/artifacts/paging/paging-common/3.0.0-alpha08-source/androidx/paging/CachedPagingData.kt.html
I was wondering why the cachedIn
extension is using shareIn
with SharingStarted.Lazily
strategy (and not WhileSubscribed
) making the flow potentially active too much (compose/room/paging context). In this alpha08, the implementation changed and don't use shareIn
anymore 🤨