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
744692ee
Commit
744692ee
authored
Jul 06, 2015
by
Tobias
Browse files
fix mini player visibility on iOS 7 fixes #14977
parent
c53f8bc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCPlayerDisplayController.m
View file @
744692ee
...
...
@@ -244,7 +244,7 @@ static inline void commonSetup(VLCPlayerDisplayController *self)
const
BOOL
activePlaybackSession
=
playbackController
.
activePlaybackSession
;
const
BOOL
miniPlayerVisible
=
miniPlaybackView
.
visible
;
const
CGRect
viewRect
=
self
.
view
.
frame
;
const
CGRect
viewRect
=
self
.
view
.
bounds
;
const
CGFloat
miniPlayerHeight
=
60
.;
const
CGRect
miniPlayerFrameIn
=
CGRectMake
(
0
.,
viewRect
.
size
.
height
-
miniPlayerHeight
,
viewRect
.
size
.
width
,
miniPlayerHeight
);
const
CGRect
miniPlayerFrameOut
=
CGRectMake
(
0
.,
viewRect
.
size
.
height
,
viewRect
.
size
.
width
,
miniPlayerHeight
);
...
...
Tobias
@tconradi
mentioned in commit
a478bd7d
·
Jul 06, 2015
mentioned in commit
a478bd7d
mentioned in commit a478bd7de3c788f288b482c8f5f623f83e14d8b2
Toggle commit list
Write
Preview
Markdown
is supported
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