Removing launcher dependency when logging quickstep interaction
as Launcher may not be ready when the touch gesture completes. Change-Id: Ia69eb7bfb0340f7b7ce9b6c67be8851e5429f867
This commit is contained in:
@@ -128,7 +128,7 @@ public class EdgeSwipeController extends VerticalSwipeController implements
|
||||
|
||||
// Add user event logging for launcher pipeline
|
||||
int direction = Direction.UP;
|
||||
if (mLauncher.getDeviceProfile().isLandscape) {
|
||||
if (mLauncher.getDeviceProfile().isVerticalBarLayout()) {
|
||||
direction = Direction.LEFT;
|
||||
if (mLauncher.getDeviceProfile().isSeascape()) {
|
||||
direction = Direction.RIGHT;
|
||||
|
||||
Reference in New Issue
Block a user