Small improvement

pull/206/head
M66B 3 years ago
parent 95be264f4c
commit 5c5c449335

@ -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…
Cancel
Save