Fix setChipColor call.

This commit is contained in:
dzan 2013-02-26 09:42:49 +01:00
parent 6735592204
commit f7bef247f5
1 changed files with 1 additions and 1 deletions

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