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
盖剑秋
2016-08-08 14:31:47 +0800
Commit
a4150f29d8a7352053d22eb742589d8db5d44b79
1 parent
44a73e8a
Fix bug YH-3126. reviewed by redding.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/community/components/home/UploadProgress.js
js/community/components/home/UploadProgress.js
View file @
a4150f2
...
...
@@ -107,7 +107,7 @@ export default class UploadProgress extends React.Component {
this
.
state
.
fadeAnim
.
addListener
(
event
=>
{
if
(
event
.
value
==
0
)
{
this
.
props
.
uploadSuccess
();
this
.
props
.
uploadSuccess
&&
this
.
props
.
uploadSuccess
();
}
});
Animated
.
timing
(
...
...
Please
register
or
login
to post a comment