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

Commit 29ca8128 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix stopVoiceRecognition logging typo" into main

parents fb194e85 1a5e5a61
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1196,7 +1196,7 @@ public class HeadsetService extends ProfileService {
            if (!Objects.equals(mActiveDevice, device)) {
            if (!Objects.equals(mActiveDevice, device)) {
                Log.w(
                Log.w(
                        TAG,
                        TAG,
                        "startVoiceRecognition: requested device "
                        "stopVoiceRecognition: requested device "
                                + device
                                + device
                                + " is not active, use active device "
                                + " is not active, use active device "
                                + mActiveDevice
                                + mActiveDevice