Arno Fortelny
cac5ce3b93
RefreshControl on initial render will not beginRefresh when refreshing state is false
...
Summary:
There's an edge case in the `RefreshControl` which causes it to show as refreshing when the state is set to false. When the component is initialized with `refreshing` set to `true` on initial render but set to `false` before `layoutSubviews` is called, it will call `beginRefresh` and ignore its state. That's because `layoutSubviews` never checks if `_currentRefreshingState` is in fact still `true`, it merely assumes it is.
This is fixed by simply doing a check for `_currentRefreshingState` before entering `beginRefresh` from `layoutSubviews`.
Closes https://github.com/facebook/react-native/pull/7556
Differential Revision: D3300124
fbshipit-source-id: d1dce8612e2c03b1f14284d513803d00af4b5c8a
2016-05-13 14:43:26 -07:00
..
2015-04-26 02:17:13 -08:00
2015-08-17 08:46:00 -07:00
2015-06-25 09:17:01 -08:00
2015-09-04 07:00:21 -08:00
2015-12-23 10:07:28 -08:00
2016-01-07 12:03:17 -08:00
2015-12-01 09:00:28 -08:00
2015-11-27 04:03:42 -08:00
2016-02-26 08:18:34 -08:00
2016-04-15 13:24:21 -07:00
2015-06-25 09:15:21 -08:00
2015-06-25 09:15:21 -08:00
2015-12-17 06:46:33 -08:00
2016-01-04 06:38:30 -08:00
2015-09-02 06:11:24 -08:00
2015-09-02 06:11:24 -08:00
2015-06-05 09:58:25 -08:00
2016-04-26 04:21:39 -07:00
2015-10-08 11:56:25 -07:00
2016-01-29 06:26:30 -08:00
2016-02-03 11:36:36 -08:00
2016-01-04 06:38:30 -08:00
2015-11-26 08:54:16 -08:00
2015-03-26 02:42:24 -08:00
2016-04-22 10:59:29 -07:00
2015-11-26 08:54:16 -08:00
2015-11-26 08:54:16 -08:00
2016-04-28 16:00:32 -07:00
2016-04-28 16:00:32 -07:00
2015-07-28 07:21:50 -08:00
2016-02-25 09:52:30 -08:00
2015-08-14 04:47:12 -08:00
2016-04-28 16:00:32 -07:00
2016-05-06 03:18:20 -07:00
2016-05-06 03:18:20 -07:00
2015-03-26 02:42:24 -08:00
2016-05-06 03:18:20 -07:00
2015-12-08 03:32:30 -08:00
2015-12-08 03:32:30 -08:00
2015-03-26 02:42:24 -08:00
2015-12-08 03:32:30 -08:00
2015-12-08 07:48:26 -08:00
2015-12-08 07:48:26 -08:00
2015-03-26 02:42:24 -08:00
2016-04-26 04:21:39 -07:00
2015-03-26 02:42:24 -08:00
2015-06-03 09:49:35 -08:00
2016-04-26 04:21:39 -07:00
2016-01-04 08:00:29 -08:00
2016-05-13 14:43:26 -07:00
2016-01-04 08:00:29 -08:00
2016-04-16 15:15:25 -07:00
2016-03-21 03:21:27 -07:00
2016-04-04 04:10:24 -07:00
2016-05-12 12:17:20 -07:00
2016-04-28 07:44:19 -07:00
2016-05-12 12:17:20 -07:00
2015-11-25 04:12:34 -08:00
2016-04-28 07:44:19 -07:00
2015-11-03 14:49:30 -08:00
2015-11-03 14:49:30 -08:00
2015-04-29 08:08:45 -08:00
2016-04-26 04:21:39 -07:00
2016-03-21 03:21:27 -07:00
2016-04-04 04:10:24 -07:00
2015-12-21 10:30:39 -08:00
2015-12-21 10:30:39 -08:00
2015-03-26 02:42:24 -08:00
2015-12-21 10:30:39 -08:00
2015-09-02 06:11:24 -08:00
2015-03-26 02:42:24 -08:00
2015-03-26 02:42:24 -08:00
2015-09-02 06:11:24 -08:00
2016-05-03 05:40:29 -07:00
2016-05-03 05:40:29 -07:00
2016-05-03 05:40:29 -07:00
2016-05-03 05:40:29 -07:00
2015-03-26 02:42:24 -08:00
2016-05-03 05:40:29 -07:00
2015-03-26 02:42:24 -08:00
2016-05-03 05:40:29 -07:00
2015-07-07 06:15:20 -08:00
2016-02-16 16:51:39 -08:00
2016-05-10 10:51:24 -07:00
2015-03-26 02:42:24 -08:00
2016-05-03 09:09:21 -07:00
2016-04-29 14:19:25 -07:00
2016-04-22 08:15:25 -07:00
2016-04-22 08:15:25 -07:00
2015-03-26 02:42:24 -08:00
2016-04-22 08:15:25 -07:00
2015-09-02 06:11:24 -08:00
2015-09-04 07:00:21 -08:00
2015-08-13 07:56:41 -08:00
2016-03-16 10:18:22 -07:00
2016-03-22 10:58:29 -07:00