Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e95197a6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 43d5d86c 34aa294b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;