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

Commit 60c77212 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 2a393a99: Merge "MountService: unlink death notification when unregistering listeners"

* commit '2a393a99':
  MountService: unlink death notification when unregistering listeners
parents 69e28c2f 2a393a99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1218,6 +1218,7 @@ class MountService extends IMountService.Stub
            for(MountServiceBinderListener bl : mListeners) {
                if (bl.mListener == listener) {
                    mListeners.remove(mListeners.indexOf(bl));
                    listener.asBinder().unlinkToDeath(bl, 0);
                    return;
                }
            }