mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +00:00
Fix typo
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:
parent
b457af625a
commit
e334643592
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user