On Tue, Sep 25, 2012 at 4:09 PM, UgglyNoodle <[email protected]> wrote: > I figured out exactly what is going wrong. The FragmentStatePagerAdapter > caches the fragments and saved states in ArrayLists: mFragments and > mSavedState. But when the fragments are reordered, there is no mechanism for > reordering the elements of mFragments and mSavedState. Therefore, the > adapter will provide the wrong fragments to the pager. > > Is http://code.google.com/p/android/ the appropriate place to file this > issue?
Yes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.1 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

