From 988a99f8f8f8e1e123efd29e108dcd0240ad8a33 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 16 十月 2021 14:58:37 +0800
Subject: [PATCH] umeng集成方式更新,隐私合规修改

---
 library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragments.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragments.java b/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragments.java
index 04002df..2669e00 100644
--- a/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragments.java
+++ b/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragments.java
@@ -9,8 +9,8 @@
 import android.content.DialogInterface.OnClickListener;
 import android.os.Build;
 import android.os.Bundle;
-import android.support.v4.app.DialogFragment;
-import de.greenrobot.event.EventBus;
+import androidx.fragment.app.DialogFragment;
+import org.greenrobot.eventbus.EventBus;
 
 public class ErrorDialogFragments {
     /** TODO Use config:  Icon res ID to use for all error dialogs. May be configured by each app (optional). */

--
Gitblit v1.8.0