Merge "Fixing widget entering drag mode when clicked on an empty area" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
edbf4cf0bb
@@ -212,7 +212,8 @@ public class LauncherAppWidgetHostView extends NavigableAppWidgetHostView
|
||||
}
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
// We want to keep receiving though events to be able to cancel long press on ACTION_UP
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user