Skip to content

Commit

Permalink
migrating added
Browse files Browse the repository at this point in the history
  • Loading branch information
amitshekhariitbhu committed Jun 20, 2016
1 parent d746342 commit 0540c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GlideBitmapPool.trimMemory(level);
Bitmap bitmap = Bitmap.create(width, height, config);

// new code
Bitmap bitmap = GlideBitmapPool.create(width, height, config);
Bitmap bitmap = GlideBitmapPool.getBitmap(width, height, config);
```

### Important
Expand Down

0 comments on commit 0540c04

Please sign in to comment.