Archived
Fixed a bug that caused the background refresh to not work when a data notification has been received
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user