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

Skip to content
Commit 9a7d8912 authored by Felix Stern's avatar Felix Stern
Browse files

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
parent a708f2bc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment