@@ -91,11 +91,13 @@ abstract class AndroidCalendar<out T: AndroidEvent>(
Constants.log.info("Removing event colors from account $account")
// unassign colors from events
valvalues=ContentValues(1)
// ANDROID BUG: affects events of all accounts, not just the selected one;
// account_type and account_name can't be specified in selection, causes
// SQLiteException: no such column: account_type (code 1): , while compiling: SELECT * FROM Events WHERE eventColor_index IS NOT NULL AND account_type=? AND account_name=?