summaryrefslogtreecommitdiff
path: root/libs/androidfw/AssetsProvider.cpp
diff options
context:
space:
mode:
author Felix Stern <fstern@google.com> 2024-12-18 06:01:00 -0800
committer Felix Stern <fstern@google.com> 2024-12-18 06:01:00 -0800
commit9a7d8912e7d3f12550675356c00b8330b039aec6 (patch)
tree3391215c5428925c6f4991b1cd7f7a8eba1415db /libs/androidfw/AssetsProvider.cpp
parenta708f2bcafd37852fa6c57678002eed47b8d693c (diff)
Fix flicker when hiding the IME in horizontal split screen
In a hide IME animation in horizontal split screen, the WindowContainer#mExcludeInsetsTypes were reset too early (before the IME requested visibility was dispatched). Thus, IME insets were dispatched as visible, but immediately afterwards (when IME visibility was set) as hidden. By calling dispatchEndPositioning only after the IME visibility was sent, this will be fxed. Change-Id: Ia2f427dc8902273562c1d848d2805e1ee66c2395 Fix: 381134667 Test: Hide IME in vertical split screen, verify that there is no flicker Flag: android.view.inputmethod.refactor_insets_controller
Diffstat (limited to 'libs/androidfw/AssetsProvider.cpp')
0 files changed, 0 insertions, 0 deletions