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

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

Merge "Disable new context menu"

parents 8054c560 54b3bd8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public class Editor {
    private static final boolean DEBUG_UNDO = false;

    // TODO(nona): Make this configurable.
    private static final boolean FLAG_USE_NEW_CONTEXT_MENU = true;
    private static final boolean FLAG_USE_NEW_CONTEXT_MENU = false;

    // Specifies whether to use the magnifier when pressing the insertion or selection handles.
    private static final boolean FLAG_USE_MAGNIFIER = true;