1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

workloads/gfxbench: Fix formatting

This commit is contained in:
Marc Bonnici 2018-11-13 11:47:43 +00:00 committed by setrofim
parent e40517ab95
commit 1b4fc68542

View File

@ -70,7 +70,6 @@ public class UiAutomation extends BaseUiAutomation {
accept.click();
sleep(5);
}
UiObject sync =
mDevice.findObject(new UiSelector().text("Data synchronization")
.className("android.widget.TextView"));