mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-08-26 12:26:31 -04:00
resize float calling window when call soft input
Signed-off-by: xiaojianfeng <xiaojianfeng3@huawei.com> Change-Id: I816cda27a3e1ec9f3f7ddc0470198dd4b606afaf
This commit is contained in:
@@ -1398,7 +1398,7 @@ WMError WindowNodeContainer::ToggleShownStateForAllAppWindows(
|
||||
if (node->GetWindowType() == WindowType::WINDOW_TYPE_LAUNCHER_RECENT) {
|
||||
recentWindowNode = node;
|
||||
if (node->GetWindowMode() == WindowMode::WINDOW_MODE_FULLSCREEN) {
|
||||
return WMError::WM_OK;
|
||||
return WMError::WM_DO_NOTHING;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user