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

Commit

Permalink
chore: handle landscape mode for new component screen for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
mumer92 committed Jul 3, 2023
1 parent 9b71229 commit 5f0c8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/VideoBlockViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class VideoBlockViewController : OfflineSupportViewController, CourseBlockViewCo
private var overlayLabel: UILabel?
var shouldCelebrationAppear: Bool

var orientationDelegate: VideoBlockViewControllerOrientationDelegate?

init(environment : Environment, blockID : CourseBlockID?, courseID: String, shouldCelebrationAppear: Bool = false) {
self.blockID = blockID
self.environment = environment
Expand Down

0 comments on commit 5f0c8cf

Please sign in to comment.