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
4fac1cae
Commit
4fac1cae
authored
May 18, 2013
by
Felix Paul Kühne
Browse files
iPhone Library View: fix runtime crash
parent
a68be43a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistTableViewCell.m
View file @
4fac1cae
...
...
@@ -27,6 +27,11 @@
return
cell
;
}
-
(
void
)
observeValueForKeyPath
:(
NSString
*
)
keyPath
ofObject
:(
id
)
object
change
:(
NSDictionary
*
)
change
context
:(
void
*
)
context
{
[
self
_updatedDisplayedInformation
];
}
-
(
void
)
setMediaObject
:(
MLFile
*
)
mediaObject
{
if
(
_mediaObject
!=
mediaObject
)
{
...
...
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