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