mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Comment fix
Bug: 110103162 Test: ReflectionBasicUiTest Change-Id: Ic9cfe925bb396e3fa0257009d5d9f53db728f9f0
This commit is contained in:
@@ -268,7 +268,8 @@ public abstract class AbstractLauncherUiTest {
|
||||
return waitForLauncherCondition(launcher -> launcher.getStateManager().getState() == state);
|
||||
}
|
||||
|
||||
// Cannot be used after injecting any gesture using Tapl because this can hide flakiness.
|
||||
// Cannot be used in TaplTests after injecting any gesture using Tapl because this can hide
|
||||
// flakiness.
|
||||
protected boolean waitForLauncherCondition(Function<Launcher, Boolean> condition) {
|
||||
return Wait.atMost(new Condition() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user