mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-02-17 05:38:18 +00:00
解决拍摄切密码键盘抬高问题
Signed-off-by: zhangsaiyang <zhangsaiyang@huawei.com>
This commit is contained in:
parent
fd02c9ef96
commit
ca4e0170cb
@ -1074,7 +1074,9 @@ int32_t InputMethodAbility::ExitCurrentInputType()
|
||||
void InputMethodAbility::ClearInputType()
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(inputTypeLock_);
|
||||
inputType_ = InputType::NONE;
|
||||
if (inputType_ != InputType::SECURITY_INPUT) {
|
||||
inputType_ = InputType::NONE;
|
||||
}
|
||||
}
|
||||
|
||||
int32_t InputMethodAbility::IsPanelShown(const PanelInfo &panelInfo, bool &isShown)
|
||||
|
Loading…
x
Reference in New Issue
Block a user