Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 57b1189a authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Fix ImsManager double callback registration

MMTelFeature has two ways of registering registration callbacks,
through startSession and addRegistrationListener. startSession
requires a registration listener, which can cause double
registration if addRegistrationListener happens before
startSession in ImsManager.

This fix temporarily solves that problem by registering a Stub
implementation of the registration callback in startSession.
This will be fixed later by modifying the MMTelFeature
APIs to remove the registration listener from the arg list.

Bug: 62207372
Test: Telephony unit tests and manual IMS registration
Merged-In: Ieeff249e05777bdb9135e9ddd6e08a15416d5a1f
Change-Id: I00fdbae1baaf77cca5156a442ea109f998a8d5a5
parent 9a0280cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment