mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-20 23:57:12 -04:00
adapter window layer
Signed-off-by: yichengzhao <yichengzhao1@huawei.com> Change-Id: Ie0da48debc9d9fcd7fb90f3c1228af475954a31b
This commit is contained in:
@@ -268,7 +268,7 @@ namespace OHOS::uitest {
|
||||
} else if (w2.IsActive()) {
|
||||
return false;
|
||||
}
|
||||
return w1.GetWindowLayer() < w2.GetWindowLayer();
|
||||
return w1.GetWindowLayer() > w2.GetWindowLayer();
|
||||
});
|
||||
AccessibilityElementInfo elementInfo;
|
||||
for (auto &window : windows) {
|
||||
|
||||
Reference in New Issue
Block a user