parent
14f3b51add
commit
ead2d6ce21
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ class NetworkThread extends Thread{
|
|||
} catch (JSONException e) {
|
||||
e.printStackTrace();
|
||||
listener.fileUploadError(imageUri, context.getString(R.string.unreadable_json));
|
||||
return;
|
||||
}
|
||||
}
|
||||
if(imgOutput != null) {
|
||||
|
|
Loading…
Reference in a new issue