We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在KBaseActivity中强引用了 // 应用全局的实例 public KApplication application; // 核心层的Action实例 public AppAction appAction; 在activity关闭时能正常回收吗?
The text was updated successfully, but these errors were encountered:
什么强引用,没看懂,,
当activity被关闭的时候,先走BaseActivity的销毁,里面都是成员属性,会自动销毁该activity的一切,然后走自己的onDestroy,
所以这个问题不存在的
Sorry, something went wrong.
No branches or pull requests
在KBaseActivity中强引用了
// 应用全局的实例
public KApplication application;
// 核心层的Action实例
public AppAction appAction;
在activity关闭时能正常回收吗?
The text was updated successfully, but these errors were encountered: