commit | a210826fe5577d9501da413f569253e6fc9979d8 | [log] [tgz] |
---|---|---|
author | Wilson Wu <wilsonwu@google.com> | Tue Nov 22 21:06:05 2022 +0800 |
committer | Wilson Wu <wilsonwu@google.com> | Wed Nov 23 20:42:42 2022 +0800 |
tree | ac282ff4847f760789debe031dca54c5199fb3b8 | |
parent | 2d776741bcbdd6ef8012d4539b8e72ad7ba6ac5b [diff] |
Fix IME not shown from recents to split-screen task DislplayImeController only update the ImeSurfaceControl for a non-null control. So it still keep a stale control even the control has lost. The ImeSurfaceControl should be updated to avoid using a stale control to start animation. Bug: 258814082 Test: Manual test with bug steps Test: atest DisplayImeControllerTest Change-Id: Id7ac6de6a9e8e5f0e620254c39d104272175b3a1