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

Commit a7cb4799 authored by vadimt's avatar vadimt
Browse files

Logging TAPL interaction model

Change-Id: I7c44d1b145677919991338fa87e736712587a695
parent 8b0cb411
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ public final class LauncherInstrumentation {
            // Workaround, use constructed context because both the instrumentation context and the
            // app context are not constructed with resources that take overlays into account
            final Context ctx = baseContext.createPackageContext("android", 0);
            log("Interaction mode = " + getCurrentInteractionMode(ctx));
            if (isGesturalMode(ctx)) {
                return NavigationModel.ZERO_BUTTON;
            } else if (isSwipeUpMode(ctx)) {