resize float calling window when call soft input

Signed-off-by: xiaojianfeng <xiaojianfeng3@huawei.com>
Change-Id: I816cda27a3e1ec9f3f7ddc0470198dd4b606afaf
This commit is contained in:
xiaojianfeng
2022-07-06 16:27:52 +08:00
parent 9ed9009e1f
commit 73dbc77c53
4 changed files with 83 additions and 7 deletions
+1 -1
View File
@@ -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;
}
}
}