mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-19 20:13:43 -04:00
!14 修复在桌面时获取不到systemui.
Merge pull request !14 from 周柯/OpenHarmony-3.2-Beta3
This commit is contained in:
@@ -263,11 +263,6 @@ namespace OHOS::uitest {
|
||||
return;
|
||||
}
|
||||
sort(windows.begin(), windows.end(), [](auto &w1, auto &w2) -> bool {
|
||||
if (w1.IsActive()) {
|
||||
return true;
|
||||
} else if (w2.IsActive()) {
|
||||
return false;
|
||||
}
|
||||
return w1.GetWindowLayer() > w2.GetWindowLayer();
|
||||
});
|
||||
AccessibilityElementInfo elementInfo;
|
||||
|
||||
Reference in New Issue
Block a user