Skip to content

Commit

Permalink
fix(android): call super.onDestroy()
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 authored and zoomchan-cxj committed Mar 10, 2021
1 parent 28d0a02 commit 0f7e2d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void destroyEngine() {

@Override
public void onDestroy() {
super.destroyEngine();
super.onDestroy();
ThreadExecutorManager.getInstance().remove(this);
synchronized (mLock) {
mIsDestroyed = true;
Expand Down

0 comments on commit 0f7e2d9

Please sign in to comment.