mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +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);
|
drawerLayout.setDrawerListener(drawerToggle);
|
||||||
startFragment(ContactListFragment.newInstance());
|
if (state == null) startFragment(ContactListFragment.newInstance());
|
||||||
checkAuthorHandle(getIntent());
|
checkAuthorHandle(getIntent());
|
||||||
|
|
||||||
initializeTransports(getLayoutInflater());
|
initializeTransports(getLayoutInflater());
|
||||||
|
|||||||
Reference in New Issue
Block a user