forked from github/szkolny
[API] Enable back sync before school year.
This commit is contained in:
parent
09cb97e367
commit
076b485fda
@ -106,7 +106,7 @@ open class Profile(
|
||||
}
|
||||
return Date.getToday() >= dateYearEnd && Date.getToday().year > studentSchoolYearStart
|
||||
}
|
||||
fun isBeforeYear() = Date.getToday() < dateSemester1Start
|
||||
fun isBeforeYear() = false && Date.getToday() < dateSemester1Start
|
||||
|
||||
var disabledNotifications: List<Long>? = null
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user