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

Commit de06e385 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 am: 77b5e6d2

Change-Id: I41fd05c51042aeef0efbab8d7342ddc171c45a2d
parents ab35305e 77b5e6d2
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