Merge "Fixed bug in handling of OTHER as terminal" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-09-25 15:19:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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;