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

Commit 5213971e authored by Joanne Chung's avatar Joanne Chung Committed by Automerger Merge Worker
Browse files

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

Merge "Fix IInlineSuggestionUiCallback not released." into rvc-dev am: 6c95b505 am: 77b5e6d2 am: 0332819c

Change-Id: I48d06f66890a11200c3239e9feb3c91b293745b2
parents 1ced62bc 0332819c
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