Skip to content

Commit

Permalink
Inline ShadowBitmapFactory#decodeByteArray
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed May 1, 2022
1 parent b9c6c9c commit 6c5ecd0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ protected static Bitmap decodeStream(

@Implementation
protected static Bitmap decodeByteArray(byte[] data, int offset, int length) {
Bitmap bitmap = decodeByteArray(data, offset, length, new BitmapFactory.Options());
return bitmap;
return decodeByteArray(data, offset, length, new BitmapFactory.Options());
}

@Implementation
Expand Down

0 comments on commit 6c5ecd0

Please sign in to comment.