1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fix setChipColor call.

This commit is contained in:
dzan 2013-02-26 09:42:49 +01:00
parent 6735592204
commit f7bef247f5

View File

@ -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());