Authored by 陈林

修复android 首次加载问题。review by 孙凯

@@ -36,6 +36,10 @@ export default class Message extends Component { @@ -36,6 +36,10 @@ export default class Message extends Component {
36 this.trigggePullToRefresh(); 36 this.trigggePullToRefresh();
37 } 37 }
38 ); 38 );
  39 +
  40 + if(Platform.OS === 'android'){
  41 + this.trigggePullToRefresh();
  42 + }
39 } 43 }
40 44
41 trigggePullToRefresh() { 45 trigggePullToRefresh() {