mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-16 23:41:54 +02:00
Merge branch 'develop' into feature/new-login
This commit is contained in:
@ -46,6 +46,6 @@ object Signing {
|
||||
|
||||
/*fun provideKey(param1: String, param2: Long): ByteArray {*/
|
||||
fun pleaseStopRightNow(param1: String, param2: Long): ByteArray {
|
||||
return "$param1.MTIzNDU2Nzg5MD43hCWBBS===.$param2".sha256()
|
||||
return "$param1.MTIzNDU2Nzg5MDP/4SAI6B===.$param2".sha256()
|
||||
}
|
||||
}
|
||||
|
@ -112,6 +112,9 @@ class SubjectViewHolder(
|
||||
))
|
||||
}
|
||||
|
||||
// remove previously added grades from year preview
|
||||
if (b.yearContainer.childCount > 1)
|
||||
b.yearContainer.removeViews(1, b.yearContainer.childCount - 1)
|
||||
// add the yearly grades to summary container (expanded)
|
||||
item.proposedGrade?.let {
|
||||
b.yearContainer.addView(GradeView(
|
||||
|
Reference in New Issue
Block a user