GitHub user Rowandjj opened a pull request:
https://github.com/apache/incubator-weex/pull/1225
[WEEX-418] [android] fix method can not be override problem
the following method is final which is not reasonable.
* WXComponent#removeEvent
* WXComponent#removeAllEvents
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Rowandjj/incubator-weex feature-event
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1225.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 #1225
----
commit 55cbf4c43906b0dfb41778edcb5005ad2ca02a22
Author: chuyi <jianjian.sjj@...>
Date: 2018-05-30T08:52:19Z
[WEEX-418] fix method can not be override problem
----
---