Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈林
2019-01-03 17:40:16 +0800
Commit
c0876f9f07332ceae93ab94f0b5ed5def3c25b79
1 parent
afc75a46
修复android 首次加载问题。review by 孙凯
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
js/message/components/message/Message.js
js/message/components/message/Message.js
View file @
c0876f9
...
...
@@ -36,6 +36,10 @@ export default class Message extends Component {
this
.
trigggePullToRefresh
();
}
);
if
(
Platform
.
OS
===
'android'
){
this
.
trigggePullToRefresh
();
}
}
trigggePullToRefresh
()
{
...
...
Please
register
or
login
to post a comment