Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: Fix Blank LTI Consumer Component Screen (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Jul 15, 2021
1 parent ebce8af commit 3aeaac6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/CourseUnknownBlockViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ class CourseUnknownBlockViewController: UIViewController, CourseBlockViewControl
showGatedContentMessageView()
}
}
else {
showCourseContentUnknownView()
}
}

private func showSpecialExamMessageView(blockID: CourseBlockID) {
Expand Down

0 comments on commit 3aeaac6

Please sign in to comment.