Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
269
Issues
269
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
fe117d4a
Commit
fe117d4a
authored
Apr 18, 2016
by
Felix Paul Kühne
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dropbox: don't crash the SDK
parent
e1ba1203
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
NEWS
NEWS
+1
-0
Sources/VLCDropboxController.m
Sources/VLCDropboxController.m
+3
-1
No files found.
NEWS
View file @
fe117d4a
...
...
@@ -3,6 +3,7 @@ iOS 2.7.6:
* Prevent playing the wrong file on PLEX shares
* Fix hue video filter
* Improved stability when unlocking app using Touch ID
* Improved Dropbox stability
iOS 2.7.5:
----------
...
...
Sources/VLCDropboxController.m
View file @
fe117d4a
...
...
@@ -140,7 +140,9 @@
{
if
(
!
file
.
isDirectory
)
{
_lastKnownNavigationController
=
navigationController
;
[[
self
restClient
]
loadStreamableURLForFile
:
file
.
path
];
NSString
*
path
=
file
.
path
;
if
(
path
!=
nil
)
[[
self
restClient
]
loadStreamableURLForFile
:
path
];
}
}
...
...
Felix Paul Kühne
@fkuehne
mentioned in commit
8f3e9f5d
·
Apr 19, 2016
mentioned in commit
8f3e9f5d
mentioned in commit 8f3e9f5d5aefa05c83daf2d5f5ce830b26b16eb4
Toggle commit list
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