[API] Enable back sync before school year.

This commit is contained in:
Kuba Szczodrzyński 2020-08-28 23:27:34 +02:00
parent 09cb97e367
commit 076b485fda

View File

@ -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