-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the indicator refresh issues (#33, #40) #51
Conversation
Thanks! I will review asap |
Just format the code with : CTRL + ALT + L (Win/ Linux) and I merge. Thanks |
16df1af
to
94023e4
Compare
Sorry about that. It should be fixed. |
Perfect! I can confirm this fixed the issue 👍 thanks |
👍 |
If there are not new issues open next week that we can fix, I will pushed v1.0.8 with this bug fix. |
Does that also fixes the problem of |
It seems that not the correct tab is highlighted if I jump to a certain page in |
@sockeqwe It fixed that too (i just tested with setCurrentItem too), try download a local copy of the latest code to your project |
@xDragonZ awesome! I strugled over this bug already in astuez original PagerSlidingTabStrip implementation ... Good to see that bug fixed after 2 years :) |
yes, Im facing the same problem in my application |
The
TextView
s are not always refreshed when their selection states changes. This fixes it, and issues #33 and #40.