add sample text for additionnal testing
This commit is contained in:
parent
fd95c308d0
commit
9cd7bd672b
1 changed files with 3 additions and 1 deletions
|
@ -182,7 +182,9 @@ class HomeViewModel(application: Application) : AndroidViewModel(application) {
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
]
|
]
|
||||||
} */
|
}
|
||||||
|
|
||||||
|
Sample available there: https://pastebin.com/raw/7jUWF313 */
|
||||||
val json = JSONObject(data.single())
|
val json = JSONObject(data.single())
|
||||||
|
|
||||||
val setId = dao.insert(SetQuestions(name = json.getString("name").trim()))
|
val setId = dao.insert(SetQuestions(name = json.getString("name").trim()))
|
||||||
|
|
Reference in a new issue