Skip to content

Commit

Permalink
Remove SNAPSHOT mention
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Feb 26, 2020
1 parent 3937070 commit 047ff86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ protected void setPlaceholderResult(@NonNull Drawable placeholder) {
// check for intrinsic bounds
final Rect intrinsic = DrawableUtils.intrinsicBounds(placeholder);
if (intrinsic.isEmpty()) {
// @since 4.2.2.-SNAPSHOT
// @since 4.2.2
// if intrinsic bounds are empty, use _any_ non-empty bounds,
// they must be non-empty so when result is obtained - proper invalidation will occur
// (0, 0, 1, 0) is still considered empty
Expand Down

0 comments on commit 047ff86

Please sign in to comment.