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

Commit 54b3bd8c authored by Seigo Nonaka's avatar Seigo Nonaka
Browse files

Disable new context menu

Bug: N/A
Test: N/A
Change-Id: I05b974ee1a88206fdf00cf3b61c3f8a877a6d379
parent 7fcfe4d7
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;