Commit 93be09b6 authored by David Fuhrmann's avatar David Fuhrmann

macosx: Do not force-pause playback when resume dialog is shown

(cherry picked from commit 3e46bbc954cf644721ec8028a76056ddb3baa2f6)
Signed-off-by: default avatarDavid Fuhrmann <dfuhrmann@videolan.org>
parent 545e1d19
......@@ -1572,10 +1572,8 @@
[[NSRunLoop currentRunLoop] addTimer:timer forMode:NSModalPanelRunLoopMode];
[[VLCCoreInteraction sharedInstance] pause];
returnValue = [theAlert runModal];
[timer invalidate];
[[VLCCoreInteraction sharedInstance] playOrPause];
// restart button was pressed or timeout happened
if (returnValue == NSAlertAlternateReturn ||
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment