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

Commit 35d91afa authored by Jan Althaus's avatar Jan Althaus Committed by android-build-merger
Browse files

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

am: e95197a6

Change-Id: Ic48503564647c588d076f7ceefeeef38dcf3ae6c
parents a8a1e989 e95197a6
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;