Преглед изворни кода

VLCCloudStorageTableViewController: Set currentPath to nil on logout

Soomin Lee пре 6 година
родитељ
комит
bbf2067c35
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Sources/VLCCloudStorageTableViewController.m

+ 1 - 0
Sources/VLCCloudStorageTableViewController.m

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