On Mon, Sep 24, 2012 at 4:12 PM, UgglyNoodle <[email protected]> wrote: > First, it would be nice to know whether I'm correct and these are in fact > bugs, or whether I'm doing something wrong.
Have you tried returning POSITION_UNCHANGED for A instead of 0? I doubt that it will help, but it is more in line with what the documentation calls for. > If they are bugs, can anyone > suggest a workaround (other than debugging and rebuilding the support > library myself)? Fork FragmentStatePagerAdapter, putting the fork in your project in your own package, and modify to suit. -- 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

