Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
f81f4e8f
Commit
f81f4e8f
authored
Jan 13, 2014
by
Carola
Browse files
GDrive: remove unnecessary alert
parent
c6e4fc2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/en.lproj/Localizable.strings
View file @
f81f4e8f
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Sources/VLCGoogleDriveTableViewController.m
View file @
f81f4e8f
...
...
@@ -125,7 +125,6 @@
{
_authorizationInProgress
=
NO
;
if
(
error
!=
nil
)
{
[
self
showAlert
:
NSLocalizedString
(
@"GDRIVE_AUTHENTICATION_ERROR"
,
nil
)
message
:
error
.
localizedDescription
];
_googleDriveController
.
driveService
.
authorizer
=
nil
;
}
else
{
_googleDriveController
.
driveService
.
authorizer
=
authResult
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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