mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fix setChipColor call.
This commit is contained in:
parent
6735592204
commit
f7bef247f5
@ -884,7 +884,7 @@ public class AccountSettings extends K9PreferenceActivity {
|
||||
dialog = new ColorPickerDialog(this,
|
||||
new ColorPickerDialog.OnColorChangedListener() {
|
||||
public void colorChanged(int color) {
|
||||
mAccount.setChipColor(color);
|
||||
mAccount.setChipColor(AccountSettings.this, color);
|
||||
}
|
||||
},
|
||||
mAccount.getChipColor());
|
||||
|
Loading…
Reference in New Issue
Block a user