(cherry picked from commit 565cca09d6d4e367a6b4cb72282c1daecb4ae287)
@@ -182,7 +182,9 @@
}
//reload if we didn't come back from streaming
- self.currentPath = @"";
+ if (self.currentPath == nil) {
+ self.currentPath = @"";
+ }
if([self.controller.currentListFiles count] == 0)
[self _requestInformationForCurrentPath];