Merge "Fix IInlineSuggestionUiCallback not released." into rvc-dev am: 6c95b5053b am: 77b5e6d2fe

Change-Id: I41fd05c51042aeef0efbab8d7342ddc171c45a2d
This commit is contained in:
Joanne Chung
2020-03-24 02:30:26 +00:00
committed by Automerger Merge Worker

View File

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