mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add position via dragging the recyclerview
This commit is contained in:
parent
1bdb6bf340
commit
01e24ff6a4
7 changed files with 46 additions and 49 deletions
|
|
@ -5,7 +5,7 @@ import androidx.room.Entity
|
|||
import androidx.room.Index
|
||||
import androidx.room.PrimaryKey
|
||||
|
||||
@Entity(tableName = "quick_chat", indices = [Index(value=["position"], unique=true)])
|
||||
@Entity(tableName = "quick_chat")
|
||||
data class QuickChatAction(
|
||||
@PrimaryKey(autoGenerate = true) val uuid: Long,
|
||||
@ColumnInfo(name="name") val name: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue