Skip to content

Commit e2973ff

Browse files
committed
Rollback #39 because it breaks propper behaviour
1 parent 1fb896b commit e2973ff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ImageView.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,7 @@ export default class ImageView extends Component<PropsType, StateType> {
745745
onLoad={(): void => this.onImageLoaded(index)}
746746
{...this.panResponder.panHandlers}
747747
/>
748-
{!loaded && image.height === undefined && (
749-
<ActivityIndicator style={styles.loading} />
750-
)}
748+
{!loaded && <ActivityIndicator style={styles.loading} />}
751749
</View>
752750
);
753751
};

0 commit comments

Comments
 (0)