mirror of
https://gitee.com/openharmony/applications_mms
synced 2024-11-26 17:30:42 +00:00
commit
22d603fa53
@ -111,6 +111,7 @@ export abstract class WorkerWrapper {
|
||||
public close() {
|
||||
HiLog.i(TAG, `${this.getWorkerType()} worker close!`);
|
||||
if (this.mWorker != null) {
|
||||
HiLog.i(TAG, 'this mWorker is right');
|
||||
this.mWorker.terminate();
|
||||
}
|
||||
this.mWorker = null;
|
||||
|
Loading…
Reference in New Issue
Block a user