mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
remove @Ignore from color field
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
package com.simplemobiletools.calendar.pro.models
|
package com.simplemobiletools.calendar.pro.models
|
||||||
|
|
||||||
import androidx.collection.LongSparseArray
|
import androidx.collection.LongSparseArray
|
||||||
import androidx.room.*
|
import androidx.room.ColumnInfo
|
||||||
|
import androidx.room.Entity
|
||||||
|
import androidx.room.Index
|
||||||
|
import androidx.room.PrimaryKey
|
||||||
import com.simplemobiletools.calendar.pro.extensions.seconds
|
import com.simplemobiletools.calendar.pro.extensions.seconds
|
||||||
import com.simplemobiletools.calendar.pro.helpers.*
|
import com.simplemobiletools.calendar.pro.helpers.*
|
||||||
import com.simplemobiletools.commons.extensions.addBitIf
|
import com.simplemobiletools.commons.extensions.addBitIf
|
||||||
@@ -36,7 +39,6 @@ data class Event(
|
|||||||
@ColumnInfo(name = "last_updated") var lastUpdated: Long = 0L,
|
@ColumnInfo(name = "last_updated") var lastUpdated: Long = 0L,
|
||||||
@ColumnInfo(name = "source") var source: String = SOURCE_SIMPLE_CALENDAR,
|
@ColumnInfo(name = "source") var source: String = SOURCE_SIMPLE_CALENDAR,
|
||||||
@ColumnInfo(name = "availability") var availability: Int = 0,
|
@ColumnInfo(name = "availability") var availability: Int = 0,
|
||||||
@Ignore
|
|
||||||
var color: Int = 0,
|
var color: Int = 0,
|
||||||
) : Serializable {
|
) : Serializable {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user