Skip to content

Commit

Permalink
fix: Remove student_view_mutli_device dependency for HTML XBlocks (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixidroid authored Oct 29, 2024
1 parent e2ee565 commit aaefaa4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ class CourseUnitContainerAdapter(
createDiscussionFragment(block)
}

!block.studentViewMultiDevice -> {
createNotAvailableUnitFragment(block, NotAvailableUnitType.MOBILE_UNSUPPORTED)
}

block.isHTMLBlock || block.isProblemBlock || block.isOpenAssessmentBlock || block.isDragAndDropBlock ||
block.isWordCloudBlock || block.isLTIConsumerBlock || block.isSurveyBlock -> {
val lastModified = if (downloadedModel != null && noNetwork) {
Expand Down

0 comments on commit aaefaa4

Please sign in to comment.