forked from github/szkolny
[API/Librus] Fix grade syncing
This commit is contained in:
parent
cf0aa2788d
commit
f6b50fbb58
@ -93,10 +93,10 @@ class LibrusApiGrades(override val data: DataLibrus,
|
||||
profile?.empty ?: false,
|
||||
addedDate
|
||||
))
|
||||
|
||||
data.setSyncNext(ENDPOINT_LIBRUS_API_NORMAL_GRADES, SYNC_ALWAYS, MainActivity.DRAWER_ITEM_GRADES)
|
||||
onSuccess()
|
||||
}
|
||||
|
||||
data.setSyncNext(ENDPOINT_LIBRUS_API_NORMAL_GRADES, SYNC_ALWAYS, MainActivity.DRAWER_ITEM_GRADES)
|
||||
onSuccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ class LibrusApiMe(override val data: DataLibrus,
|
||||
|
||||
init {
|
||||
apiGet(TAG, "Me") { json ->
|
||||
val me = json?.getJsonObject("Me")
|
||||
val me = json.getJsonObject("Me")
|
||||
val account = me?.getJsonObject("Account")
|
||||
val user = me?.getJsonObject("User")
|
||||
|
||||
@ -36,4 +36,4 @@ class LibrusApiMe(override val data: DataLibrus,
|
||||
onSuccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user