Merge "Fix AppPredictionService callbacks comparison" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c2e3ec39be
@@ -328,7 +328,7 @@ public abstract class AppPredictionService extends Service {
|
||||
Slog.e(TAG, "Callback is null, likely the binder has died.");
|
||||
return false;
|
||||
}
|
||||
return mCallback.equals(callback);
|
||||
return mCallback.asBinder().equals(callback.asBinder());
|
||||
}
|
||||
|
||||
public void destroy() {
|
||||
|
||||
Reference in New Issue
Block a user