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

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

Merge "Resurrect app prediciton sessions after destroy and rebind" into rvc-dev

parents a0b9a209 2bc9e49c
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()) {