mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Using default timeout for 3-button QS
It's 5 sec, and it works better both for test runs under stress and for users in the field that invoke the gesture slowly. Test: presubmit Bug: 169221288 Change-Id: If1d04b63e3d490d7865b9141fc3be34a21693c39
This commit is contained in:
@@ -175,8 +175,7 @@ public class OverviewCommandHelper {
|
||||
return;
|
||||
}
|
||||
|
||||
InteractionJankMonitorWrapper.begin(
|
||||
InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH, 2000 /* ms timout */);
|
||||
InteractionJankMonitorWrapper.begin(InteractionJankMonitorWrapper.CUJ_QUICK_SWITCH);
|
||||
|
||||
// Otherwise, start overview.
|
||||
mListener = mActivityInterface.createActivityInitListener(this::onActivityReady);
|
||||
|
||||
Reference in New Issue
Block a user