Skip to content
Commit bdf11af5 authored by Joanne Chung's avatar Joanne Chung
Browse files

Fix IInlineSuggestionUiCallback not released.

In our case, PARCELABLE_WRITE_RETURN_VALUE flag isn't present in
writeToParcel, the SurfaceControl.release() will not be called. We
should call SurfacePackage.release() after writeToParcel.

Bug: 149591513
Test: atest and then does not see the log.
Change-Id: Ia11f70b983acee51a9e9c85f3ff966a8404f93e8
parent 8dd91118
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment