We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eac8d commit a005e85Copy full SHA for a005e85
course/src/main/java/org/openedx/course/presentation/unit/html/HtmlUnitFragment.kt
@@ -169,7 +169,7 @@ class HtmlUnitFragment : Fragment() {
169
if (isAdded) viewModel.setWebPageLoaded(requireContext().assets)
170
},
171
onWebPageLoadError = {
172
- viewModel.onWebPageLoadError()
+ if (!fromDownloadedContent) viewModel.onWebPageLoadError()
173
174
saveXBlockProgress = { jsonProgress ->
175
viewModel.saveXBlockProgress(jsonProgress)
0 commit comments