Skip to content

Commit

Permalink
Fix photo decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 11, 2019
1 parent 22a5358 commit e01ee80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ protected Object decode(
position.set(Position.KEY_IMAGE, Context.getMediaManager().writeFile(imei, photo, "jpg"));
photo.release();
photo = null;
return position;
}
}

Expand Down

0 comments on commit e01ee80

Please sign in to comment.