Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
98c5b435
Commit
98c5b435
authored
Jul 24, 2015
by
Felix Paul Kühne
Browse files
playback: hide sleep timer UI when showing the track selector (closes #14864)
parent
e191f4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCMovieViewController.m
View file @
98c5b435
...
...
@@ -1141,6 +1141,9 @@ currentMediaHasTrackToChooseFrom:(BOOL)currentMediaHasTrackToChooseFrom
}
}
if
(
SYSTEM_RUNS_IOS7_OR_LATER
)
self
.
sleepTimerContainer
.
hidden
=
YES
;
self
.
videoFilterView
.
hidden
=
_videoFiltersHidden
=
YES
;
}
else
{
_trackSelectorContainer
.
hidden
=
YES
;
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
3bd0fa02
·
Jul 24, 2015
mentioned in commit
3bd0fa02
mentioned in commit 3bd0fa02d6b2a20b40015e197a3d7216fdc04121
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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