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