google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.31k stars 592 forks source link

[Pager] Remove false positive deprecation message from pagerTabIndicatorOffset #1757

Closed PhilipDukhov closed 4 months ago

PhilipDukhov commented 4 months ago

This method overload is using androidx.compose.foundation.pager.PagerState and shouldn't be marked as deprecated.

As doc says:

Implement it yourself, or still include and use accompanist-pager-indicators, it now supports androidx.compose.foundation.pager.PagerState

Closes #1739

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

bentrengrove commented 4 months ago

This looks like a dupe of #1755 so I will close this one as it is newer