mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Fixed color dialog titles
This commit is contained in:
@@ -276,7 +276,7 @@ public class FragmentRule extends FragmentBase {
|
||||
int color = (FragmentRule.this.color == null ? Color.TRANSPARENT : FragmentRule.this.color);
|
||||
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_flag_color, colors, color, 4, colors.length);
|
||||
colorPickerDialog.setOnColorSelectedListener(new ColorPickerSwatch.OnColorSelectedListener() {
|
||||
@Override
|
||||
public void onColorSelected(int color) {
|
||||
|
||||
Reference in New Issue
Block a user