Skip to content

Commit

Permalink
Merge pull request #461 from YeungHoiChiu/fix-sib-nullpoint
Browse files Browse the repository at this point in the history
fix: ios设备获取webview时报空指针错误
  • Loading branch information
ZhouYixun authored Aug 22, 2024
2 parents 6be7cf9 + d2cf27a commit 86e076b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void onApplicationEvent(@NonNull ContextRefreshedEvent event) {
}

public void init() {
restTemplate = restTemplateBean;
IOSDeviceThreadPool.cachedThreadPool.execute(() -> {
String processName = "sib";
if (GlobalProcessMap.getMap().get(processName) != null) {
Expand Down

0 comments on commit 86e076b

Please sign in to comment.