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

Commit 0f861baf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure that binding state is false when handling dead binder"

parents 3fa0fb9e 761e81f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ public abstract class AbstractRemoteService<S extends AbstractRemoteService<S, I
        if (mService != null) {
            mService.asBinder().unlinkToDeath(this, 0);
        }
        mBinding = false;
        mService = null;
        mServiceDied = true;
        cancelScheduledUnbind();