Skip to content

Commit

Permalink
revert to unexpected closing pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
railway17 committed Dec 2, 2021
1 parent c94fbf0 commit 2167b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class ImageView extends PureComponent {
imgRight = imgLeft + (fitRate * width);
}

// In case image loading is delayed than onLayout callback of the root View caused internet speed
// In case image loading is delayed than onLayout callback of the root View caused internet speed.
if (scale == 0) {
scale = Math.min(this.state.containerWidth / width, this.state.containerHeight / height);
}
Expand Down

0 comments on commit 2167b00

Please sign in to comment.