Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Fixed #115
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Oct 9, 2016
1 parent bcfb80a commit dea8083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void onAnimationEnd(Animator animation) {
}

public void animateToRect(RectF newRect) {
if (rect == null) {
if (rect == null || shotList == null || shotsPerRow == 0) {
setRect(newRect);
return;
}
Expand Down

0 comments on commit dea8083

Please sign in to comment.