Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
QR-code-reader
Commits
73116ce4
Commit
73116ce4
authored
Oct 05, 2016
by
djamel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction des erreurs de comm avec le serveur pendant la lecture du QRCode
parent
1ec8d688
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Development/app/src/main/java/djamelfel/gala/Read_QR_Code.java
...opment/app/src/main/java/djamelfel/gala/Read_QR_Code.java
+10
-0
No files found.
Development/app/src/main/java/djamelfel/gala/Read_QR_Code.java
View file @
73116ce4
...
...
@@ -187,6 +187,16 @@ public class Read_QR_Code extends ActionBarActivity implements View.OnClickListe
public
void
onFailure
(
int
statusCode
,
Header
[]
headers
,
String
responseString
,
Throwable
throwable
)
{
display
(
getString
(
R
.
string
.
serverError
),
false
);
}
@Override
public
void
onFailure
(
int
statusCode
,
Header
[]
headers
,
Throwable
throwable
,
JSONObject
errorResponse
)
{
display
(
getString
(
R
.
string
.
serverError
),
false
);
}
@Override
public
void
onFailure
(
int
statusCode
,
Header
[]
headers
,
Throwable
throwable
,
JSONArray
errorResponse
)
{
display
(
getString
(
R
.
string
.
serverError
),
false
);
}
});
}
}
...
...
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