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

Commit 7949c5a7 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

Merge "Diagnosing anomalies prior to swiping up to Home" into...

Merge "Diagnosing anomalies prior to swiping up to Home" into ub-launcher3-qt-qpr1-dev am: c3a4819b
am: af754b9a

Change-Id: I9a65f1c85623f801adbd380c85a039b5c55526bf
parents f4255c6c af754b9a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -534,6 +534,9 @@ public final class LauncherInstrumentation {
        // accessibility events prior to pressing Home.
        final String action;
        if (getNavigationModel() == NavigationModel.ZERO_BUTTON) {
            final String anomaly = getAnomalyMessage();
            if (anomaly != null) fail("Can't swipe up to Home: " + anomaly);

            final Point displaySize = getRealDisplaySize();

            if (hasLauncherObject("deep_shortcuts_container")) {