StevenRudenko / ActionsContentView

ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
https://play.google.com/store/apps/details?id=sample.actionscontentview
441 stars 179 forks source link

Sample project has bug when device is rotated #18

Closed ghost closed 11 years ago

ghost commented 11 years ago

I noticed in the sample for the library if you rotate the device a few times the shown fragment will be messed up.

To reproduce this: Start the app > Choose settings > rotate device > choose about > rotate device. Now you should see the setting fragment although about was chosen.

It's lying somewhere in the updateContent() method but I couldn't find out whats the issue.

StevenRudenko commented 11 years ago

Thanks for reporting. Issue should be fixed now.