Merge "Fixed bug in handling of OTHER as terminal" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e95197a664
@@ -582,6 +582,7 @@ public final class SmartSelectionEventTracker {
|
||||
case ActionType.SMART_SHARE: // fall through
|
||||
case ActionType.DRAG: // fall through
|
||||
case ActionType.ABANDON: // fall through
|
||||
case ActionType.OTHER: // fall through
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user