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

Commit d0d61680 authored by Tianjie Xu's avatar Tianjie Xu Committed by Automerger Merge Worker
Browse files

Merge "Reset binder during unbinding" am: eda5da6b am: 03b0f9ca am: ae407945

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1580986

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I959dfef8d93d8bbd259c3c1b5561c7c7d4b1e0d0
parents 444fd918 ae407945
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ public class ResumeOnRebootServiceProvider {
            if (mServiceConnection != null) {
                mContext.unbindService(mServiceConnection);
            }
            mBinder = null;
        }

        /** Bind to the service */