Closed ointeractive-depot closed 6 years ago
hmm, there is no persistent caching, (font size changes forces layout invalidation). Can you provide minimum project to reproduce this?
Well, I'm at 1.4.5b
now, but problem exists still. Now my project almost same as your ViewPager activity (https://github.com/suwhs/wATL/blob/master/app/src/main/java/su/whs/watl/samples/ViewPagerActivity.java), so you can use your own code to reproduce it if you need. I need to set text size programmaticaly (mPager.getOptions ().setTextSize (25)
)
Seems you was able to reproduce it?)
found crash in layout calculation thread, fixed
Wow, sounds great! What version number does it have now?
wATLlib version: 1.4.6a (repo up-to-date)
Awesome, thank you! But I prefer to use a Gradle to have a new versions.
compile 'su.whs:wATLlib:1.4.6a'
Yes, I know it, thanks)
I've spend a lot of time to solve the problem when text size don't changed, and understand that it's take part with some kind of caching or something like this, after project build I need to reload an application several times when font size changed. There's no any other libraries which behave so like this.