Przeglądaj źródła

OneDrive: Update title on goBack

Soomin Lee 6 lat temu
rodzic
commit
6f69ba65e5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Sources/VLCOneDriveTableViewController.m

+ 1 - 0
Sources/VLCOneDriveTableViewController.m

@@ -79,6 +79,7 @@
             _oneDriveController.currentItem = [[ODItem alloc] initWithDictionary:_oneDriveController.parentItem.dictionaryFromItem];
             _oneDriveController.parentItem.id = _oneDriveController.parentItem.parentReference.id;
         }
+        self.title = _oneDriveController.currentItem.name;
         [self.activityIndicator startAnimating];
         [_oneDriveController loadODItems];
         [_oneDriveController loadODParentItem];