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

Commit 336d6973 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Automerger Merge Worker
Browse files

Merge "audio: fix spelling mistakes" am: bcf8d412 am: 4bf5a8ce am: 501e3023 am: 3bc7b3f8

parents 9431b465 3bc7b3f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2097,7 +2097,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
            try {
                mCb.unlinkToDeath(this, 0);
            } catch (NoSuchElementException e) {
                Log.w(TAG, "CommunicationRouteClient could not not unregistered to binder");
                Log.w(TAG, "CommunicationRouteClient could not unlink to " + mCb + " binder death");
            }
        }