Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DefaultMenuItemPosition don't checked after first run BaseDrawerFragment. #5

Closed
nikromiks opened this issue Jul 8, 2014 · 1 comment

Comments

@nikromiks
Copy link

After first run this fragment, DefaultMenuItemPosition don't checked in list. Because loading logic getDefaultMenuItemPosition () occurs before creating mMenuListView.

Approximate solution:

In BaseDrawerFragment move
if (savedInstanceState == null) { selectMenuItem(getDefaultMenuItemPosition()); }
of onCreate to onCreateView method

@agrebnev
Copy link
Contributor

Fixed in 0.4-SNAPSHOT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants