Removing view.isInTouchMode() because plaform returns false when

using a mouse on long click.

Bug: 38204847

Change-Id: I5b10e8251f4f0a7b148c0404d5939a0fa8325a46
This commit is contained in:
Mario Bertschler
2017-06-22 09:27:05 -07:00
parent bef710114c
commit cd04c89f89
5 changed files with 2 additions and 15 deletions
@@ -139,8 +139,6 @@ public class WidgetsContainerView extends BaseContainerView
if (LOGD) {
Log.d(TAG, String.format("onLongClick [v=%s]", v));
}
// Return early if this is not initiated from a touch
if (!v.isInTouchMode()) return false;
// When we are in transition, disregard long clicks
if (mLauncher.getWorkspace().isSwitchingState()) return false;
// Return if global dragging is not enabled