master
xiaoyu 2020-10-17 13:17:55 +08:00
parent 85743c8cec
commit 9a23ed073d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class AppletManageModule extends BaseApi {
callback.onSuccess(null);
}
} else if (event.equals("closeAllApplets")) {
FinAppClient.INSTANCE.finishAllRunningApplets();
FinAppClient.INSTANCE.getAppletApiManager().finishAllRunningApplets();
callback.onSuccess(null);
} else if (event.equals("clearApplets")) {
FinAppClient.INSTANCE.getAppletApiManager().clearApplets();