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.
Closed this issue · 0 comments
this.onCreatePreferencesFix(savedInstanceState, rootKey);
This line should be outside of try block in PreferenceFragmentCompat.onCreate.