mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Diagnosing anomalies prior to swiping up to Home" into ub-launcher3-qt-qpr1-dev
am: c3a4819b8c
Change-Id: Ifc6a781cea4dc38b58435314b8760e89b327446a
This commit is contained in:
@@ -543,6 +543,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")) {
|
||||
|
||||
Reference in New Issue
Block a user