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

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

Merge "new telephonyRegistryManager" am: 695838c4

am: 5048686f

Change-Id: I7700de58cb934b8f9da706af6d154c54eaef48fa
parents f1e6a590 5048686f
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) {