Allow resetting flag color

This commit is contained in:
M66B
2021-06-13 18:54:41 +02:00
parent 79678acf7a
commit 2f3b8a7e3b
2 changed files with 31 additions and 20 deletions

View File

@@ -4701,6 +4701,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
args.putLong("id", message.id);
args.putInt("color", message.color == null ? Color.TRANSPARENT : message.color);
args.putString("title", context.getString(R.string.title_flag_color));
args.putBoolean("reset", true);
FragmentDialogColor fragment = new FragmentDialogColor();
fragment.setArguments(args);