Kaynağa Gözat

iPhone Library View: fix runtime crash

Felix Paul Kühne 12 yıl önce
ebeveyn
işleme
4fac1caeaa
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      AspenProject/VLCPlaylistTableViewCell.m

+ 5 - 0
AspenProject/VLCPlaylistTableViewCell.m

@@ -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) {