Sfoglia il codice sorgente

iOS: Fix moving files using the CollectionView (closes #17114)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee 8 anni fa
parent
commit
5c184ab0d9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Sources/VLCLibraryViewController.m

+ 1 - 0
Sources/VLCLibraryViewController.m

@@ -913,6 +913,7 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
     if (self.editing) {
         if (_libraryMode == VLCLibraryModeCreateFolder) {
             _folderObject = _foundMedia[indexPath.item];
+            [self updateViewContents];
             [self createFolderWithName:nil];
              _libraryMode = _previousLibraryMode;
         } else {