Loading core/java/android/app/prediction/AppPredictor.java +1 −0 Original line number Diff line number Diff line Loading @@ -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."); } Loading Loading
core/java/android/app/prediction/AppPredictor.java +1 −0 Original line number Diff line number Diff line Loading @@ -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."); } Loading