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