mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 07:08:30 +01:00
Added export settings button
This commit is contained in:
@@ -302,6 +302,14 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
protected void onPostCreate(Bundle savedInstanceState) {
|
||||
super.onPostCreate(savedInstanceState);
|
||||
drawerToggle.syncState();
|
||||
|
||||
Intent intent = getIntent();
|
||||
boolean navigate = intent.hasExtra("navigate");
|
||||
if (navigate) {
|
||||
intent.removeExtra("navigate");
|
||||
setIntent(intent);
|
||||
onSetupMore(intent);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user