Summary: Closes https://github.com/facebook/react-native/pull/8036

Differential Revision: D3414563

Pulled By: nicklockwood

fbshipit-source-id: a9dc541e5d76eb4c7fe65336af5b1692ace8da26
This commit is contained in:
Kasim Tan 2016-06-09 16:20:59 -07:00 committed by Facebook Github Bot 4
parent b457af625a
commit e334643592

View File

@ -317,7 +317,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
if (!self.window) {
// Cancel loading the image if we've moved offscreen. In addition to helping
// pritoritise image requests that are actually on-screen, this removes
// prioritise image requests that are actually on-screen, this removes
// requests that have gotten "stuck" from the queue, unblocking other images
// from loading.
[self cancelImageLoad];