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

Commit e2f82638 authored by Petar Šegina's avatar Petar Šegina
Browse files

Enable Smart Select Animation by default

Test: manual - build and verify the Smart Select Animation works in the
single-line case

Change-Id: Ic6e657c6ee06852644b02f14b9547a2b8bcf9860
parent 855396d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ final class SelectionActionModeHelper {
    // TODO: Consider making this a ViewConfiguration.
    private static final int TIMEOUT_DURATION = 200;

    private static final boolean SMART_SELECT_ANIMATION_ENABLED = false;
    private static final boolean SMART_SELECT_ANIMATION_ENABLED = true;

    private final Editor mEditor;
    private final TextClassificationHelper mTextClassificationHelper;