Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
e59797ee
Commit
e59797ee
authored
Oct 20, 2015
by
Felix Paul Kühne
Browse files
ATV: pop to mini playback if fullscreen experience is left
parent
a2e851ab
Changes
2
Show whitespace changes
Inline
Side-by-side
VLC for Apple TV/VLCFullscreenMovieTVViewController.m
View file @
e59797ee
...
...
@@ -74,6 +74,8 @@
[
self
.
navigationController
setNavigationBarHidden
:
NO
animated
:
YES
];
[
super
viewWillDisappear
:
animated
];
[[
UIApplication
sharedApplication
]
sendAction
:
@selector
(
closeFullscreenPlayback
)
to
:
nil
from
:
self
forEvent
:
nil
];
}
-
(
void
)
prepareForMediaPlayback
:(
VLCPlaybackController
*
)
controller
...
...
VLC for Apple TV/VLCOpenNetworkStreamTVViewController.m
View file @
e59797ee
...
...
@@ -43,7 +43,7 @@
_recentURLs
=
[
NSMutableArray
arrayWithArray
:[[
NSUbiquitousKeyValueStore
defaultStore
]
arrayForKey
:
kVLCRecentURLs
]];
if
(
_recentURLs
.
count
==
0
)
{
[
_recentURLs
addObject
:
@"http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4"
];
[
_recentURLs
addObject
:
@"http://streams.videolan.org/streams/mp4/
404.mp4
"
];
[
_recentURLs
addObject
:
@"http://streams.videolan.org/streams/mp4/
Mr&MrsSmith.txt
"
];
}
[
self
.
previouslyPlayedStreamsTableView
reloadData
];
self
.
noURLsToShowLabel
.
hidden
=
_recentURLs
.
count
!=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment