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

Skip to content
Commit 47044ac7 authored by ryanlwlin's avatar ryanlwlin
Browse files

Fix incorrect IME visibility when the IME window is hidden

When onSurfaceShownChanged is invoked, we determine if the IME
window is visible, which is not correct because IME window might
not be visible on the screen but its surface is visible.

To determine the visiblity of the IME, we use ime inset visibility,
and check it when the window insets is changed.

Bug: 194668976
Test: manual test
      atest MagnificationControllerTest
Change-Id: I202ddb41ddde94f1afa96541795dc8ed1d727a0f
parent 8d2d9ded
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment