Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-iOS
Commits
565cca09
Commit
565cca09
authored
May 27, 2015
by
Carola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only set the currentpath to @ when it's not set before. Closes #14715
parent
9c09939f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Sources/VLCCloudStorageTableViewController.m
Sources/VLCCloudStorageTableViewController.m
+3
-1
No files found.
Sources/VLCCloudStorageTableViewController.m
View file @
565cca09
...
...
@@ -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
];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment