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

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