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
b2606a14
Commit
b2606a14
authored
Nov 27, 2015
by
Felix Paul Kühne
Browse files
iOS library: deselect item when triggering playback (closes #15536)
parent
93718f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCLibraryViewController.m
View file @
b2606a14
...
...
@@ -849,6 +849,8 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
return
;
}
[
collectionView
deselectItemAtIndexPath
:
indexPath
animated
:
NO
];
for
(
NSUInteger
x
=
0
;
x
<
cellCount
;
x
++
)
{
VLCPlaylistCollectionViewCell
*
cell
=
visibleCells
[
x
];
if
([
cell
showsMetaData
])
...
...
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