-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Support PreferenceFragmentCompat #835
Labels
Comments
可以考虑使用 #758 另外下一个版本会加入对 PreferenceFragment 的支持 |
我尝试在PreferenceFragmentCompat中使用ISupportFragment,但是我发现 |
@tcqq 只是标记为过时,并不影响使用的 |
是的,但是它是一个问题,你能修复一下这个问题吗? |
@Override
public void onAttach(Context context) {
super.onAttach(context);
mDelegate.onAttach((Activity)context);
_mActivity = mDelegate.getActivity();
} |
谢谢。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当前MySupportFragment继承的是Fragment,Fragment如果使用的是PreferenceFragmentCompat怎么办?
The text was updated successfully, but these errors were encountered: