From fd238846980b17d893d703ac8e56869bd3f23c89 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 30 十一月 2022 23:10:13 +0800
Subject: [PATCH] 哀悼模式

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

diff --git a/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragmentFactory.java b/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragmentFactory.java
index 47b693b..be14be4 100644
--- a/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragmentFactory.java
+++ b/library-EventBus/src/de/greenrobot/event/util/ErrorDialogFragmentFactory.java
@@ -3,7 +3,7 @@
 import android.annotation.TargetApi;
 import android.os.Build;
 import android.os.Bundle;
-import android.support.v4.app.Fragment;
+import androidx.fragment.app.Fragment;
 
 /**
  * Factory to allow injecting a more complex exception mapping; typically you would subclass one of {@link Honeycomb} or

--
Gitblit v1.8.0