Merge "Fix IInlineSuggestionUiCallback not released." into rvc-dev

This commit is contained in:
Joanne Chung
2020-03-24 02:12:32 +00:00
committed by Android (Google) Code Review

View File

@@ -321,6 +321,7 @@ public final class InlineSuggestionFactory {
public void onContent(SurfaceControlViewHost.SurfacePackage surface)
throws RemoteException {
callback.onContent(surface);
surface.release();
}
@Override