adding widget support too

This commit is contained in:
tibbi
2018-11-07 21:32:29 +01:00
parent 66821397e9
commit 213cbd80fe
8 changed files with 22 additions and 120 deletions

View File

@ -9,4 +9,4 @@ import androidx.room.PrimaryKey
data class Widget(
@PrimaryKey(autoGenerate = true) var id: Int?,
@ColumnInfo(name = "widget_id") var widgetId: Int,
@ColumnInfo(name = "note_id") var noteId: Int)
@ColumnInfo(name = "note_id") var noteId: Long)