Loading src/java/com/android/internal/telephony/gsm/GSMPhone.java +1 −1 Original line number Diff line number Diff line Loading @@ -810,7 +810,7 @@ public class GSMPhone extends PhoneBase { && (imsPhone.isVolteEnabled() || imsPhone.isVowifiEnabled()) && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE); boolean useImsForEmergency = ImsManager.isVolteEnabledByPlatform(mContext boolean useImsForEmergency = ImsManager.isVolteEnabledByPlatform(mContext) && imsPhone != null && isEmergency && mContext.getResources().getBoolean( Loading Loading
src/java/com/android/internal/telephony/gsm/GSMPhone.java +1 −1 Original line number Diff line number Diff line Loading @@ -810,7 +810,7 @@ public class GSMPhone extends PhoneBase { && (imsPhone.isVolteEnabled() || imsPhone.isVowifiEnabled()) && (imsPhone.getServiceState().getState() == ServiceState.STATE_IN_SERVICE); boolean useImsForEmergency = ImsManager.isVolteEnabledByPlatform(mContext boolean useImsForEmergency = ImsManager.isVolteEnabledByPlatform(mContext) && imsPhone != null && isEmergency && mContext.getResources().getBoolean( Loading