Merge "Settings: Fix force close when destory sim lock fragment view" am: 0d4010c5e5
am: 7999b0a9a2
Change-Id: I99e0482c5102182c50d171c733927b7c29dddbca
This commit is contained in:
@@ -247,7 +247,7 @@ public class IccLockSettings extends SettingsPreferenceFragment
|
||||
|
||||
if (componenterList.size() == 0) {
|
||||
Log.e(TAG, "onCreateView: no sim info");
|
||||
return null;
|
||||
return super.onCreateView(inflater, container, savedInstanceState);
|
||||
}
|
||||
|
||||
if (componenterList.size() > 1) {
|
||||
|
Reference in New Issue
Block a user