This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Fix crash in receiver. (#2840)
``` java.lang.IllegalArgumentException: Receiver not registered: com.taobao.weex.WXGlobalEventReceiver@df9ef3f at android.app.LoadedApk.forgetReceiverDispatcher(LoadedApk.java:1095) at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:1500) at android.content.ContextWrapper.unregisterReceiver(ContextWrapper.java:608) at com.taobao.weex.WXSDKInstance.destroy(WXSDKInstance.java:1832) at com.taobao.weex.WXSDKInstance.onActivityDestroy(WXSDKInstance.java:1457) ```
- Loading branch information