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

Commit 82dce2df authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Android (Google) Code Review
Browse files

Merge "Ensure speaker on notification sent in legacy path" into main

parents fcb63155 dfaf5462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1844,7 +1844,7 @@ public class CallAudioRouteStateMachine extends StateMachine implements CallAudi
                        AudioDeviceInfo.TYPE_BUILTIN_SPEAKER);
            }
        } else {
            processLegacySpeakerCommunicationDevice(on);
            speakerOn = processLegacySpeakerCommunicationDevice(on);
        }
        mStatusBarNotifier.notifySpeakerphone(hasAnyCalls && speakerOn);
    }