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

Commit 8c4e5f0a authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Minor typo fix

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: NA
Change-Id: Iff48671a6b589e4f9124a91067cc9798c8b72932
parent 7aaedc2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -749,7 +749,7 @@ public class LeAudioService extends ProfileService {
        if (device != null && mPreviousAudioOutDevice != null) {
        if (device != null && mPreviousAudioOutDevice != null) {
            int previousGroupId = getGroupId(mPreviousAudioOutDevice);
            int previousGroupId = getGroupId(mPreviousAudioOutDevice);
            if (previousGroupId == groupId) {
            if (previousGroupId == groupId) {
                /* This is thes same group as aleady notified to the system.
                /* This is the same group as already notified to the system.
                * Therefore do not change the device we have connected to the group,
                * Therefore do not change the device we have connected to the group,
                * unless, previous one is disconnected now
                * unless, previous one is disconnected now
                */
                */