mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added protocol to account selection
This commit is contained in:
@@ -110,6 +110,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
|
||||
EntityAccount account = adapter.getItem(which);
|
||||
Bundle args = getArguments();
|
||||
args.putLong("account", account.id);
|
||||
args.putInt("protocol", account.protocol);
|
||||
args.putString("name", account.name);
|
||||
sendResult(RESULT_OK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user