浏览代码

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

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Soomin Lee 8 年之前
父节点
当前提交
5c184ab0d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {