mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-12 19:18:34 -05:00
Nav drawer shouldn't over-ride the title
This commit is contained in:
parent
00ebfb1e48
commit
e8fa4b4257
Binary file not shown.
Binary file not shown.
@ -294,7 +294,7 @@ public class NavigationDrawerFragment extends Fragment {
|
||||
ActionBar actionBar = getActionBar();
|
||||
actionBar.setDisplayShowTitleEnabled(true);
|
||||
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_STANDARD);
|
||||
actionBar.setTitle(R.string.app_name);
|
||||
// actionBar.setTitle(R.string.app_name);
|
||||
}
|
||||
|
||||
private ActionBar getActionBar() {
|
||||
|
Loading…
Reference in New Issue
Block a user