Android Question IME_HeightChanged screen flicker

ajk

Active Member
Licensed User
Longtime User
After setting IME_HeightChanged(NewHeight As Int, OldHeight As Int) sub in code I have a problem - during hide/show keyboard the part of screen underlying the keyboard is visible. Not for a long time, but noticeable (Home screen of other, previously run application).

How to avoid this?
 
Top