Explorar o código

VLCCloudStorageTableViewController: Set currentPath to nil on logout

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