app/src/main/java/com/safeluck/floatwindow/FloatingService.java
@@ -331,9 +331,10 @@ /** * 通知回调:统一使用 ResponseVO * 使用 synchronized 确保 RemoteCallbackList 操作的线程安全 * @param response ResponseVO 对象,包含 type、errCode、message */ private void notifyCallback(ResponseVO response) { private synchronized void notifyCallback(ResponseVO response) { if (response == null) { return; }