Актуализирована сборка под Android
This commit is contained in:
@@ -6,12 +6,12 @@ ListModel {
|
||||
readonly property var client: NooLiteClient {
|
||||
id: nooLiteClient
|
||||
|
||||
onError: {
|
||||
onError: (text) => {
|
||||
root.error(text)
|
||||
root.isLoading = false
|
||||
}
|
||||
|
||||
onModelLoad: {
|
||||
onModelLoad: (data) => {
|
||||
root.populateModel(data)
|
||||
root.isLoading = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user