mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
adding widget support too
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user