End files with new lines
This commit is contained in:
parent
89245d7f48
commit
948728dba5
2 changed files with 2 additions and 2 deletions
|
|
@ -110,4 +110,4 @@ fun Activity.launchConversationDetails(threadId: Long) {
|
|||
putExtra(THREAD_ID, threadId)
|
||||
startActivity(this)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ data class Draft(
|
|||
@ColumnInfo(name = "thread_id") @PrimaryKey val threadId: Long,
|
||||
@ColumnInfo(name = "body") val body: String,
|
||||
@ColumnInfo(name = "date") val date: Long,
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue