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

Commit 7f80950c authored by Qing Zhong's avatar Qing Zhong Committed by Android (Google) Code Review
Browse files

Merge "Make InCallController the first call listener to trigger" into main

parents 6afc6f62 773b486f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -671,10 +671,10 @@ public class CallsManager extends Call.ListenerBase
        mCallStreamingController = new CallStreamingController(mContext, mLock);
        mCallStreamingNotification = callStreamingNotification;

        mListeners.add(mInCallController);
        mListeners.add(mInCallWakeLockController);
        mListeners.add(statusBarNotifier);
        mListeners.add(mCallLogManager);
        mListeners.add(mInCallController);
        mListeners.add(mCallEndpointController);
        mListeners.add(mCallDiagnosticServiceController);
        mListeners.add(mCallAudioManager);