mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 19:04:38 -06:00
[Vulcan/Hebe] Add saving lesson topic in attendance.
This commit is contained in:
parent
13c2640ed5
commit
ede101ea20
@ -85,6 +85,7 @@ class VulcanHebeAttendance(
|
|||||||
subjectId = subjectId,
|
subjectId = subjectId,
|
||||||
addedDate = addedDate
|
addedDate = addedDate
|
||||||
).also {
|
).also {
|
||||||
|
it.lessonTopic = attendance.getString("Topic")
|
||||||
it.lessonNumber = lessonNumber
|
it.lessonNumber = lessonNumber
|
||||||
it.isCounted = isCounted
|
it.isCounted = isCounted
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user