Explorar o código

OneDrive: Update title on goBack

Soomin Lee %!s(int64=6) %!d(string=hai) anos
pai
achega
6f69ba65e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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];