mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 21:27:07 +00:00
Small improvement
This commit is contained in:
parent
95be264f4c
commit
5c5c449335
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue