Merge "Fine-tune the condition to hide IME switcher" into oc-dr1-dev
This commit is contained in:
@@ -2088,7 +2088,8 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
private boolean shouldShowImeSwitcherLocked(int visibility) {
|
||||
if (!mShowOngoingImeSwitcherForPhones) return false;
|
||||
if (mSwitchingDialog != null) return false;
|
||||
if (isScreenLocked()) return false;
|
||||
if (mWindowManagerInternal.isKeyguardShowingAndNotOccluded()
|
||||
&& mKeyguardManager != null && mKeyguardManager.isKeyguardSecure()) return false;
|
||||
if ((visibility & InputMethodService.IME_ACTIVE) == 0) return false;
|
||||
if (mWindowManagerInternal.isHardKeyboardAvailable()) {
|
||||
if (mHardKeyboardBehavior == HardKeyboardBehavior.WIRELESS_AFFORDANCE) {
|
||||
|
||||
Reference in New Issue
Block a user