Identity selector for all start screens

This commit is contained in:
M66B
2021-02-14 09:34:33 +01:00
parent 1f6c5f2021
commit 753073cce4
4 changed files with 206 additions and 156 deletions

View File

@@ -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);
}
});