Fixed a bug that caused the background refresh to not work when a data notification has been received

This commit is contained in:
Deniz Düzgören
2019-09-01 21:02:17 +02:00
parent 82b5fa1b97
commit c1c025f616
2 changed files with 13 additions and 10 deletions
@@ -27,9 +27,9 @@ internal class PersonalPlanFragment : PlanFragment() {
persPlanEmpty = true
recyclerView.visibility = View.VISIBLE
substitutions.filter {
substitutions.filter { substitution ->
MiscData.checkPersonalSubstitutions(
it,
substitution,
coursePreference,
classPreference,
true