Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CPPAlien committed Jul 7, 2016
1 parent 33dbda6 commit 21d91b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ protected void deliverResponse(ByteBuffer response) {

@Override
public void progressUpdate(final int progress) {
if ( mProgressListener == null ) return;
mHandler.post(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 21d91b2

Please sign in to comment.