修改AppManager的activity出栈方式,以修复Activity销毁后会自动退出App的问题
This commit is contained in:
@ -1237,6 +1237,7 @@ public class DialogUtils {
|
||||
return context;
|
||||
}
|
||||
|
||||
// currentActivity 是否存在 isDestroyed 的情况?
|
||||
return AppManager.getInstance().currentActivity();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user