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

Commit c91d3379 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Fix issue that user can't edit WFC mode for SIM2"

am: d2727d5d

Change-Id: I1bbbe7efe7f057dfcf55f9685f2b10ebd94e3f38
parents afa7f967 d2727d5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -121,7 +121,8 @@ public class WifiCallingSettingsForSub extends SettingsPreferenceFragment
            final CarrierConfigManager configManager = (CarrierConfigManager)
                    activity.getSystemService(Context.CARRIER_CONFIG_SERVICE);
            if (configManager != null) {
                PersistableBundle b = configManager.getConfigForSubId(mSubId);
                PersistableBundle b =
                        configManager.getConfigForSubId(WifiCallingSettingsForSub.this.mSubId);
                if (b != null) {
                    isWfcModeEditable = b.getBoolean(
                            CarrierConfigManager.KEY_EDITABLE_WFC_MODE_BOOL);