Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6511fd5b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Using default timeout for 3-button QS"

parents 5fa687dd dad74879
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);