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

Commit 3f7284f5 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: de06e385

Change-Id: I761f01876035f8021ea4844fff1e3ce2b55b0098
parents 113d7713 de06e385
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