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

chore: clear transcript view after video controller is dismissed #1807

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

mumer92
Copy link
Contributor

@mumer92 mumer92 commented Oct 5, 2023

Description

LEARNER-9652

@@ -176,6 +176,7 @@ class VideoBlockViewController : OfflineSupportViewController, CourseBlockViewCo
if !chromeCastManager.viewExpanded {
resetChromeCast()
}
videoTranscriptView = nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to invalidate the timer there otherwise deinit will call after the invalidating of timer.

@mumer92 mumer92 merged commit 3970e5f into master Oct 12, 2023
2 of 6 checks passed
@mumer92 mumer92 deleted the umer/LEARNER-9652 branch October 12, 2023 06:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants