mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-18 21:06:44 -06:00
[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
|
return Date.getToday() >= dateYearEnd && Date.getToday().year > studentSchoolYearStart
|
||||||
}
|
}
|
||||||
fun isBeforeYear() = Date.getToday() < dateSemester1Start
|
fun isBeforeYear() = false && Date.getToday() < dateSemester1Start
|
||||||
|
|
||||||
var disabledNotifications: List<Long>? = null
|
var disabledNotifications: List<Long>? = null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user