Kaynağa Gözat

VLCCloudStorageTableViewController: Set currentPath to nil on logout

Soomin Lee 5 yıl önce
ebeveyn
işleme
bbf2067c35
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Sources/VLCCloudStorageTableViewController.m

+ 1 - 0
Sources/VLCCloudStorageTableViewController.m

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