mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 14:10:46 +02:00
[Vulcan/Hebe] Add saving lesson topic in attendance.
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user