Skip to content
Snippets Groups Projects
Commit 33c1f163 authored by akwizgran's avatar akwizgran
Browse files

Merge branch '370-nav-drawer-remember-fragment' into 'master'

Remember the selected fragment from the NavDrawer

and stay in it when configuration changes

Closes #370

See merge request !176
parents 7a87d417 6f1360c3
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ public class NavDrawerActivity extends BriarFragmentActivity implements
}
};
drawerLayout.setDrawerListener(drawerToggle);
startFragment(ContactListFragment.newInstance());
if (state == null) startFragment(ContactListFragment.newInstance());
checkAuthorHandle(getIntent());
initializeTransports(getLayoutInflater());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment