Forráskód Böngészése

VLCCloudStorageTableViewController: Set currentPath to nil on logout

Soomin Lee 5 éve
szülő
commit
bbf2067c35
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Sources/VLCCloudStorageTableViewController.m

+ 1 - 0
Sources/VLCCloudStorageTableViewController.m

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