Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff00498d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove duplicate RemoteCallback." into rvc-dev am: 25d370cc am: d9e374d4 am: 36d9a2bd

Change-Id: I8da5b6b1ee21d2ba19304a33797f39b5940684bf
parents def7666b 36d9a2bd
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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