diff --git a/Source/NewCourseContentController.swift b/Source/NewCourseContentController.swift index 55cd86271..6811aaee1 100644 --- a/Source/NewCourseContentController.swift +++ b/Source/NewCourseContentController.swift @@ -193,7 +193,7 @@ class NewCourseContentController: UIViewController, InterfaceOrientationOverridi } ?? [] } - currentBlock = blocks.first(where: { !$0.isCompleted }) ?? blocks.last + currentBlock = blocks.first(where: { !$0.isCompleted }) ?? blocks.first } private func updateView() {