mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Cleanup
This commit is contained in:
parent
54d3ef29a1
commit
075dcb84b8
1 changed files with 0 additions and 2 deletions
|
@ -143,12 +143,10 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
drawerToggle = new ActionBarDrawerToggle(this, drawerLayout, R.string.app_name, R.string.app_name) {
|
||||
public void onDrawerClosed(View view) {
|
||||
super.onDrawerClosed(view);
|
||||
getSupportActionBar().setTitle(getString(R.string.app_name));
|
||||
}
|
||||
|
||||
public void onDrawerOpened(View drawerView) {
|
||||
super.onDrawerOpened(drawerView);
|
||||
getSupportActionBar().setTitle(getString(R.string.app_name));
|
||||
}
|
||||
};
|
||||
drawerLayout.addDrawerListener(drawerToggle);
|
||||
|
|
Loading…
Reference in a new issue