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

Commit 1daf066b authored by Joanne Chung's avatar Joanne Chung Committed by Automerger Merge Worker
Browse files

Merge "Fix IInlineSuggestionUiCallback not released." into rvc-dev am: 6c95b505

Change-Id: I328ca59c6fbc06ff5db209e833ec5133358e1fd7
parents 5c865d49 6c95b505
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -321,6 +321,7 @@ public final class InlineSuggestionFactory {
            public void onContent(SurfaceControlViewHost.SurfacePackage surface)
                    throws RemoteException {
                callback.onContent(surface);
                surface.release();
            }

            @Override