commit | 39d16d7bfb45cc430df8f74636371bb848589d23 | [log] [tgz] |
---|---|---|
author | hoffc <quic_hoffc@quicinc.com> | Tue Dec 24 12:52:31 2024 +0800 |
committer | hoffc <quic_hoffc@quicinc.com> | Wed Jan 08 11:53:26 2025 +0800 |
tree | e195fc66e5afb45bc6adb26d8f1ab53c8456f970 | |
parent | d16d627a71296d7e7b5baffe9cf46a367f8b57b7 [diff] |
Fix sim status details not updated after sim hotswap Telephony callback may be removed in onPause during sim hotswap, but they are not re-registered in onResume for sub info still null. Listen sub info change and re-register telephony callback when need. Test: function test pass and SimStatusDialogControllerTest unit test pass. Change-Id: I17e60c9e3441fc593107048494f830408c37ae61 Bug: 384643359