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

Commit 086e11fd authored by Samuel Fufa's avatar Samuel Fufa Committed by Android (Google) Code Review
Browse files

Merge "Clear registered prediction callbacks on destroy" into rvc-dev

parents c644bff0 191149a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -260,6 +260,7 @@ public final class AppPredictor {
                Log.e(TAG, "Failed to notify app target event", e);
                e.rethrowAsRuntimeException();
            }
            mRegisteredCallbacks.clear();
        } else {
            throw new IllegalStateException("This client has already been destroyed.");
        }