mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Identity selector for all start screens
This commit is contained in:
@@ -200,10 +200,11 @@ public class FragmentFolders extends FragmentBase {
|
||||
fabCompose.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
startActivity(new Intent(getContext(), ActivityCompose.class)
|
||||
.putExtra("action", "new")
|
||||
.putExtra("account", account)
|
||||
);
|
||||
FragmentDialogIdentity.onCompose(
|
||||
getContext(),
|
||||
getViewLifecycleOwner(),
|
||||
getParentFragmentManager(),
|
||||
fabCompose, account);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user