Skip to content

Commit

Permalink
[automerger] IMS: Fix WFC summary text for IMS preferred mode am: 234…
Browse files Browse the repository at this point in the history
…7774

Change-Id: Id1cb347d08a2f8988c007c25daaa18ed9295946e
  • Loading branch information
Muhammed Siju committed Jul 20, 2021
2 parents 61a9823 + 2347774 commit a38f2b5
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 a38f2b5

Please sign in to comment.