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

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

am 60c77212: am 2a393a99: Merge "MountService: unlink death notification when...

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

* commit '60c77212':
  MountService: unlink death notification when unregistering listeners
parents c95f249e 60c77212
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1221,6 +1221,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;
                }
            }