gregkorossy/Android-Support-Preference-V7-Fix

Don't catch exceptions thrown by onCreatePreferencesFix

Closed this issue · 0 comments

Mygod commented
this.onCreatePreferencesFix(savedInstanceState, rootKey);

This line should be outside of try block in PreferenceFragmentCompat.onCreate.