Explorar el Código

VLCCloudStorageTableViewController: Set currentPath to nil on logout

Soomin Lee hace 5 años
padre
commit
bbf2067c35
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sources/VLCCloudStorageTableViewController.m

+ 1 - 0
Sources/VLCCloudStorageTableViewController.m

@@ -275,6 +275,7 @@
 
 - (void)logout
 {
+    _currentPath = nil;
     [self.controller logout];
     [self updateViewAfterSessionChange];
 }