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

Commit f5405080 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

am: 35d91afa

Change-Id: I7d6f531823244508d53497f0a28ba610b80c0569
parents 7ace43b5 35d91afa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -581,6 +581,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;