Refer to colored stars FAQ

This commit is contained in:
M66B
2022-11-30 11:02:38 +01:00
parent f3592d1a2c
commit d4b1d81b57
4 changed files with 18 additions and 1 deletions

View File

@@ -619,6 +619,7 @@ public class FragmentRule extends FragmentBase {
args.putInt("color", btnColor.getColor());
args.putString("title", getString(R.string.title_flag_color));
args.putBoolean("reset", true);
args.putInt("faq", 187);
FragmentDialogColor fragment = new FragmentDialogColor();
fragment.setArguments(args);