Skip to content

Commit

Permalink
Update LCManager.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
duraidabdul committed Nov 20, 2021
1 parent b435de8 commit 72d9b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LocalConsole/LCManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ public class LCManager: NSObject, UIGestureRecognizerDelegate {

case .ended, .cancelled:

consolePiPPanner_frameRateRequest.isActive = true
consolePiPPanner_frameRateRequest.isActive = false
FrameRateRequest().perform(duration: 0.5)

// After the PiP is thrown, determine the best corner and re-target it there.
Expand Down

0 comments on commit 72d9b1f

Please sign in to comment.