1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 21:27:07 +00:00

Small improvement

This commit is contained in:
M66B 2021-09-25 10:02:07 +02:00
parent 95be264f4c
commit 5c5c449335

View file

@ -6765,7 +6765,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
FragmentDialogColor fragment = new FragmentDialogColor();
fragment.setArguments(args);
fragment.setTargetFragment(FragmentDialogNotes.this, 1);
fragment.show(getParentFragmentManager(), "identity:color");
fragment.show(getParentFragmentManager(), "notes:color");
}
});