Fixed color dialog titles

This commit is contained in:
M66B
2019-05-15 21:21:30 +02:00
parent 765f711b27
commit 027444c772
4 changed files with 4 additions and 4 deletions

View File

@@ -3201,7 +3201,7 @@ public class FragmentCompose extends FragmentBase {
int[] colors = getContext().getResources().getIntArray(R.array.colorPicker);
ColorPickerDialog colorPickerDialog = new ColorPickerDialog();
colorPickerDialog.initialize(R.string.title_account_color, colors, color, 4, colors.length);
colorPickerDialog.initialize(R.string.title_style_color, colors, color, 4, colors.length);
colorPickerDialog.setOnColorSelectedListener(new ColorPickerSwatch.OnColorSelectedListener() {
@Override
public void onColorSelected(int color) {