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
38ffb2e2
Commit
38ffb2e2
authored
Jun 07, 2014
by
hashier
Committed by
Felix Paul Kühne
Jun 08, 2014
Browse files
Fixes: Renaming was showing NULL
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
c5664a01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/VLCPlaylistViewController.m
View file @
38ffb2e2
...
...
@@ -1097,7 +1097,7 @@ static NSString *kDisplayedFirstSteps = @"Did we display the first steps tutoria
}
NSString
*
itemName
;
if
(
_usingTableViewToShowData
)
if
(
!
_usingTableViewToShowData
)
itemName
=
[(
VLCPlaylistCollectionViewCell
*
)[
self
.
collectionView
cellForItemAtIndexPath
:
indexPaths
[
0
]]
titleLabel
].
text
;
else
itemName
=
[(
VLCPlaylistTableViewCell
*
)[
self
.
tableView
cellForRowAtIndexPath
:
indexPaths
[
0
]]
titleLabel
].
text
;
...
...
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