Merge "Remove duplicate RemoteCallback." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
25d370cc15
@@ -97,9 +97,7 @@ public final class RemoteInlineSuggestionRenderService extends
|
||||
* Gets the inline suggestions renderer info as a {@link Bundle}.
|
||||
*/
|
||||
public void getInlineSuggestionsRendererInfo(@NonNull RemoteCallback callback) {
|
||||
scheduleAsyncRequest((s) -> s.getInlineSuggestionsRendererInfo(new RemoteCallback(
|
||||
(bundle) -> callback.sendResult(bundle)
|
||||
)));
|
||||
scheduleAsyncRequest((s) -> s.getInlineSuggestionsRendererInfo(callback));
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user