Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01ba868b authored by SongFerng Wang's avatar SongFerng Wang
Browse files

Add the missed call of super.onCreateView()

Bug: 393662651
Change-Id: I7f16fa45f3e32c6e1e78745248258b46836b7cbc
Test: build pass
Flag: EXEMPT bugfix
parent 4dfe488d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ public class WifiCallingSettings extends SettingsPreferenceFragment
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
        super.onCreateView(inflater, container, savedInstanceState);
        if (MobileNetworkUtils.isMobileNetworkUserRestricted(getActivity())) {
            return new ViewStub(getActivity());
        }