Skip to content
Commit ffe43ead authored by wilsonshih's avatar wilsonshih
Browse files

Fix IME cannot show in lock task mode.

Replace check condition isKeyguardShowing instead of isKeyguardLocked in
shouldBeHiddenByKeyguard.
The check method isKeyguardLocked implies it will check if the device is
in restricted key input mode, which should be true for next time keyguard
shows. However, when keyguard is not showing, the IME should be visible.

Fix: 123399725
Test: atest KeyguardDisableHandlerTest KeyguardTests KeyguardLockedTests

Change-Id: I804920a44da33fef923ada8c05e08283e04b5aa0
parent 1cdbfae1
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