ReadYou icon indicating copy to clipboard operation
ReadYou copied to clipboard

Migrate to `androidx.compose.material3.pulltorefresh`

Open JunkFood02 opened this issue 1 year ago • 2 comments

Remove deprecated accompanist-swiperefresh from the app

Reference: https://google.github.io/accompanist/swiperefresh/

JunkFood02 avatar Jun 03 '24 04:06 JunkFood02

It seems like PullRefreshIndicator is not available in material3.pulltorefresh but only in material.pullrefresh. This functionality is used in SwipeRefresh.kt for example.

aualbert avatar Jun 07 '24 13:06 aualbert

There's an extension method provides the indicator in material3.pulltorefresh, but APIs seems to be changing in v1.3.+. We might need to wait for next compose update before working on this

JunkFood02 avatar Jun 07 '24 14:06 JunkFood02