mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Reordered provider selection
This commit is contained in:
@@ -642,8 +642,11 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
||||
}
|
||||
|
||||
private void onQuickSetup(Intent intent) {
|
||||
Bundle args = new Bundle();
|
||||
args.putInt("title", intent.getIntExtra("title", R.string.title_setup_other));
|
||||
|
||||
FragmentQuickSetup fragment = new FragmentQuickSetup();
|
||||
fragment.setArguments(new Bundle());
|
||||
fragment.setArguments(args);
|
||||
FragmentTransaction fragmentTransaction = getSupportFragmentManager().beginTransaction();
|
||||
fragmentTransaction.replace(R.id.content_frame, fragment).addToBackStack("quick");
|
||||
fragmentTransaction.commit();
|
||||
|
||||
Reference in New Issue
Block a user