Explorar el Código

OneDrive: Update title on goBack

Soomin Lee hace 6 años
padre
commit
6f69ba65e5
Se han modificado 1 ficheros con 1 adiciones y 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];