openaphid / android-flip

A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android
http://openaphid.github.com/
2.84k stars 1.25k forks source link

Last page flipping up causes layout flush in Dynamic Adapter Size demo #68

Open mania7539 opened 11 years ago

mania7539 commented 11 years ago

When in Dynamic Adapter Size demo, flip up at the last page will cause layout flush abruptly.

openaphid commented 11 years ago

We should keep the old texture for rendering until the new texture is ready. I'll fix it in next version

wangxuguo commented 10 years ago

Is this problem have alread resolved?