Optional color reset

This commit is contained in:
M66B
2019-09-29 19:04:21 +02:00
parent b30a8988f6
commit 2974d17f60
5 changed files with 21 additions and 12 deletions

View File

@@ -289,6 +289,7 @@ public class FragmentIdentity extends FragmentBase {
Bundle args = new Bundle();
args.putInt("color", btnColor.getColor());
args.putString("title", getString(R.string.title_color));
args.putBoolean("reset", true);
FragmentDialogColor fragment = new FragmentDialogColor();
fragment.setArguments(args);