mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Logging the initial state for swiping up to home" into ub-launcher3-qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c49ec38140
@@ -558,7 +558,7 @@ public final class LauncherInstrumentation {
|
||||
if (hasLauncherObject(WORKSPACE_RES_ID)) {
|
||||
log(action = "already at home");
|
||||
} else {
|
||||
log(action = "swiping up to home");
|
||||
log(action = "swiping up to home from " + getVisibleStateMessage());
|
||||
final int finalState = mDevice.hasObject(By.pkg(getLauncherPackageName()))
|
||||
? NORMAL_STATE_ORDINAL : BACKGROUND_APP_STATE_ORDINAL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user