Make sure subclasses calls super.onCreateView() if override in the subclass.
If the subclass override the onCreateView but not call super, the AndroidX PreferenceFragmentCompat can not work properly (see b/392487897) which causes crash in setDivider(). Flag: EXEMPT small bug fix Change-Id: Ibff90b6540a923e1ab0a4d6484f0bf1e8a72bfe9
Loading
Please register or sign in to comment