17

Just went out from a 12+ hours session of debugging.

After removing bits of code until there was almost nothing left, sweeping through StackOverflow, step-debugging into thousand-lines framework source code, running tests, considering filing a bug to Android...

turns out I had a
getFragmentManager()
that should actually have been
getChildFragmentManager().

Comments
  • 1
    This is actually me fixing half of the problems on Android. I hate it xD
  • 0
    @Archang3l Haha, I had the same. "Why does nothing change on the screen?"
Add Comment