[GitHub] incubator-weex pull request #829: custom bugfix when native custom component...

2017-10-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/829


---


[GitHub] incubator-weex pull request #829: custom bugfix when native custom component...

2017-10-31 Thread gubaojian
GitHub user gubaojian opened a pull request:

https://github.com/apache/incubator-weex/pull/829

custom bugfix when native custom component  set visibility

onVisibilityChanged most sense right. but when native component custom set 
parent visibility, the method not paired on some platform, e.g when parent 
become invisible, changedView is this, visibility is invisible.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gubaojian/incubator-weex 
release-0.16-image-auto-recycle

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/829.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #829


commit d9a75a7660abf0ba41eeac13ddbcc168f55b1310
Author: jianbai.gbj 
Date:   2017-11-01T03:50:20Z

onVisibilityChanged most sense right. but when native component custom set 
parent visibility, the method not paired on some platform, e.g when parent 
become invisible, changedView is this, visibility is invisible.




---