[GitHub] incubator-weex pull request #875: * [android] avoid crash on some device cau...

2017-11-16 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] incubator-weex pull request #875: * [android] avoid crash on some device cau...

2017-11-16 Thread misakuo
GitHub user misakuo opened a pull request:

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

* [android] avoid crash on some device caused by RippleDrawable

replace RippleDrawable to Drawable

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

$ git pull https://github.com/misakuo/incubator-weex 
android-bugfix-avorid-ripple-crash

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

https://github.com/apache/incubator-weex/pull/875.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 #875


commit 1f7a30991462fb86db25dbdeca14c76c006c07bf
Author: misakuo 
Date:   2017-11-16T09:25:32Z

* [android] avoid crash on some device caused by RippleDrawable




---