mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 13:40:47 +02:00
[Vulcan/Hebe] Add saving lesson topic in attendance.
This commit is contained in:
@ -85,6 +85,7 @@ class VulcanHebeAttendance(
|
||||
subjectId = subjectId,
|
||||
addedDate = addedDate
|
||||
).also {
|
||||
it.lessonTopic = attendance.getString("Topic")
|
||||
it.lessonNumber = lessonNumber
|
||||
it.isCounted = isCounted
|
||||
}
|
||||
|
Reference in New Issue
Block a user