mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 11:33:09 +02:00
Small improvement
This commit is contained in:
@@ -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");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user