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

Commit 239136fd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev am: 103aed34 am: ca75e3f2

Change-Id: I521f8f8228a39d8f8ad0197b42e66972ef4b8c62
parents 7f201fb1 ca75e3f2
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()) {