Skip to content

Commit 77e73f7

Browse files
committed
prevent warning
1 parent 4b4db64 commit 77e73f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Platform/RefreshableListView.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class RefreshableListView extends React.Component {
7070

7171
const pullToRefreshProps = {
7272
style: [this.props.pullToRefreshStyle, {flex: 1}],
73-
refreshing: this.state.isRefreshing,
73+
refreshing: this.state.isRefreshing || false,
7474
onRefresh: this.handleRefresh,
7575
enabled: this.props.androidRefreshable,
7676
};

0 commit comments

Comments
 (0)