Skip to content

Commit 9e178e2

Browse files
committed
removed redundant call
1 parent 17e1fd1 commit 9e178e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/ImageView/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ class ImageView extends PureComponent {
248248
// When Image dimensions are lower than the container boundary(zoomscale <= 1), use `contain` to render the image with natural dimensions.
249249
// Both `center` and `contain` keeps the image centered on both x and y axis.
250250
resizeMode={this.state.zoomScale > 1 ? Image.resizeMode.center : Image.resizeMode.contain}
251-
onLoadStart={this.imageLoadingStart}
252251
onLoad={this.imageLoad}
253252
/>
254253
{this.state.isLoading && (

0 commit comments

Comments
 (0)