[pager-indicators] Drop false-positive deprecation of pagerTabIndicatorOffset()#1755
[pager-indicators] Drop false-positive deprecation of pagerTabIndicatorOffset()#1755bentrengrove merged 1 commit intogoogle:mainfrom
Conversation
Fixes google#1744. The deprecation was intended to apply only to the old overload above, but was presumably copy-pasted by accident.
|
Actually sorry, I just remembered this was deprecated on purpose. We need to update the docs. We recommend just copying the implementation to your project as our implementation isn't maintained going forwards. |
when you deprecate it, is there a migration strategy in place for whatever we are supposed to do to keep using indicators? |
|
More details here. For pager indicators the recommendation is just to copy the implementation into your own project and customize to your needs |
|
I believe an important (and correct?) piece of background information is that |
Fixes #1744.
The deprecation was intended to apply only to the old overload above, but was presumably copy-pasted by accident.