mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Remember the selected fragment from the NavDrawer
and stay in it when configuration changes Closes #370
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user