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

Commit 5048686f authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "new telephonyRegistryManager"

am: 695838c4

Change-Id: Id0d3c5a586a1603d034b4301fa89620a7f6feb16
parents f8627303 695838c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ final class PhoneStateBroadcaster extends CallsManagerListenerBase {

        try {
            if (mRegistry != null) {
                mRegistry.notifyCallState(phoneState, callHandle);
                mRegistry.notifyCallStateForAllSubs(phoneState, callHandle);
                Log.i(this, "Broadcasted state change: %s", mCurrentState);
            }
        } catch (RemoteException e) {