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

Commit 1688f6f4 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "MountService: unlink death notification when unregistering listeners" into gingerbread

parents 52bdae3a a5b33262
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1127,6 +1127,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;
                }
            }