mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Three column mode improvement
This commit is contained in:
@@ -499,7 +499,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
@Override
|
||||
protected void onPostCreate(Bundle savedInstanceState) {
|
||||
super.onPostCreate(savedInstanceState);
|
||||
drawerLayout.setup(getResources().getConfiguration());
|
||||
drawerLayout.setup(getResources().getConfiguration(), drawerContainer);
|
||||
drawerToggle.syncState();
|
||||
}
|
||||
|
||||
@@ -540,7 +540,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
@Override
|
||||
public void onConfigurationChanged(Configuration newConfig) {
|
||||
super.onConfigurationChanged(newConfig);
|
||||
drawerLayout.setup(newConfig);
|
||||
drawerLayout.setup(newConfig, drawerContainer);
|
||||
drawerToggle.onConfigurationChanged(newConfig);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user