Просмотр исходного кода

VLCCloudStorageTableViewController: Set currentPath to nil on logout

Soomin Lee 5 лет назад
Родитель
Сommit
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];
 }