فهرست منبع

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 {