The surface hang up when screen on and screen off
Set screen lock as "None", then open a app like settings,
Then do screen off and screen on by press powser key.
Then do screen off and screen on again, then the app can't be slided.
That's because the visibility of the activity didn't change,
and ViewRootImpl will not clear SOFT_INPUT_IS_FORWARD_NAVIGATION.
So when resume activity, AMS will not call updateViewLayout().
Bug: 112574560
Change-Id: If273d0971e22756f36046e7e44d157f9f24ef11d
Signed-off-by: rohan <purohit.rohan@gmail.com>
1 file changed