From 2eec3de87b6b616a69a46c1f97c2397159031d2f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 21 十一月 2023 18:01:43 +0800 Subject: [PATCH] 广告升级/bug修复 --- library-EventBus/src/de/greenrobot/event/util/AsyncExecutor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/library-EventBus/src/de/greenrobot/event/util/AsyncExecutor.java b/library-EventBus/src/de/greenrobot/event/util/AsyncExecutor.java index 71048a4..83cce80 100644 --- a/library-EventBus/src/de/greenrobot/event/util/AsyncExecutor.java +++ b/library-EventBus/src/de/greenrobot/event/util/AsyncExecutor.java @@ -21,7 +21,7 @@ import android.app.Activity; import android.util.Log; -import de.greenrobot.event.EventBus; +import org.greenrobot.eventbus.EventBus; /** * Executes an {@link RunnableEx} using a thread pool. Thrown exceptions are propagated by posting failure events of any -- Gitblit v1.8.0