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

Commit 6a81e6cd authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Resurrect app prediciton sessions after destroy and rebind" into...

Merge "Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev am: 103aed34 am: ca75e3f2" into rvc-d1-dev-plus-aosp
parents 4db9d509 239136fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -267,6 +267,9 @@ public class AppPredictionPerUserService extends
        mRemoteService.destroy();
        mRemoteService = null;

        synchronized (mLock) {
            mZombie = true;
        }
        mRemoteService = getRemoteServiceLocked();
        if (mRemoteService != null) {
            if (isDebug()) {