Browse Source

library: show correct 'empty folder' labels on iPhone

(cherry picked from commit ce74b8f005929bc7c6bcf137cad56743d4c98dbd)
Felix Paul Kühne 9 years ago
parent
commit
223ef5510e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/VLCLibraryViewController.m

+ 1 - 1
Sources/VLCLibraryViewController.m

@@ -305,9 +305,9 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
                 }
                 _reorderLayout = [[LXReorderableCollectionViewFlowLayout alloc] init];
                 [self.collectionView setCollectionViewLayout:_reorderLayout animated:NO];
-                _libraryMode = VLCLibraryModeFolder;
             }
         }
+        _libraryMode = VLCLibraryModeFolder;
         @synchronized(self) {
             _foundMedia = [NSMutableArray arrayWithArray:[folder sortedFolderItems]];
         }