I have a view pager with 4 different fragments, each loads a separate feed
and displays the results in a list. They are all an instance of the same
Fragment.

This works fine while my phone has internet connection but when I've been
trying to test retry mechanisms I'm getting very strange results.

The retry button is correctly displayed in the first fragment, but when I
hit retry it's restarting the wrong loader.

All loaders have unique ids so it seams like the retry button from the
wrong view is becoming visible in the currently visible fragment.

Anyone have any idea what is going on here?

Thanks,
Phil.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to