mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
More logging for swiping to Overview instead of All Apps
Bug: 156095088 Change-Id: Ia4d59b43225c7652cfc0ae72c05a5477deeb842b
This commit is contained in:
@@ -201,7 +201,7 @@ public abstract class AbstractStateChangeTouchController
|
||||
mToState = newToState;
|
||||
if (TestProtocol.sDebugTracing) {
|
||||
Log.d(TestProtocol.OVERIEW_NOT_ALLAPPS, "reinitCurrentAnimation: "
|
||||
+ newToState.ordinal);
|
||||
+ newToState.ordinal + " " + getClass().getSimpleName());
|
||||
}
|
||||
|
||||
mStartProgress = 0;
|
||||
|
||||
Reference in New Issue
Block a user