Skip to content

Commit

Permalink
Merge changes from topic "am-6a920c42-7462-47f8-8c09-3f6b4b7b40be" in…
Browse files Browse the repository at this point in the history
…to s-keystone-qcom-dev

* changes:
  [automerger] IMS: Fix WFC summary text for IMS preferred mode am: 2347774
  IMS: Fix WFC summary text for IMS preferred mode
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Jul 21, 2021
2 parents c8a49aa + a38f2b5 commit 9a3a2a2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import androidx.preference.Preference;
import androidx.preference.PreferenceScreen;

import com.android.ims.ImsConfig;
import com.android.settings.R;
import com.android.settings.network.ims.WifiCallingQueryImsState;
import com.android.settingslib.core.lifecycle.LifecycleObserver;
Expand Down Expand Up @@ -155,6 +156,9 @@ private CharSequence getResourceIdForWfcMode(int subId) {
case ImsMmTelManager.WIFI_MODE_WIFI_PREFERRED:
resId = com.android.internal.R.string.wfc_mode_wifi_preferred_summary;
break;
case ImsConfig.WfcModeFeatureValueConstants.IMS_PREFERRED:
resId = com.android.internal.R.string.wfc_mode_ims_preferred_summary;
break;
default:
break;
}
Expand Down

0 comments on commit 9a3a2a2

Please sign in to comment.