Skip to content

Commit

Permalink
fix: Remove student_view_mutli_device dependency for HTML XBlocks (#54
Browse files Browse the repository at this point in the history
)

- Going forward, all HTML Xblocks will be visible on the mobile side, regardless of `student_view_multi_device`.

fix: LEARNER-10232
  • Loading branch information
omerhabib26 authored Sep 20, 2024
1 parent d16df3f commit aef1809
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ class CourseUnitContainerAdapter(
)
}

block.studentViewMultiDevice.not() -> {
NotSupportedUnitFragment.newInstance(
block.id,
block.lmsWebUrl
)
}

block.isHTMLBlock ||
block.isProblemBlock ||
block.isOpenAssessmentBlock ||
Expand Down

0 comments on commit aef1809

Please sign in to comment.