Change updateVoNrSettings() to check the state of of the IccCard instead of mSimState
If GsmCsmaPhone processes CARRIER_CONFIG_CHANGED before SIM_APPLICAION_STATE_CHANGED then mSimState will not be updated with the state SIM_STATE_NOT_READY. getIccCard().getState() will have the most recent state, so we will check that instead. Test: maunal test Bug: 314724842 Change-Id: Icc854699f8577fc9c92bad2ef63bb1d717c68924 Merged-In: Icc854699f8577fc9c92bad2ef63bb1d717c68924
Loading
Please register or sign in to comment