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

Commit bfc66574 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Flip the debug flag in HandwritingModeController" into udc-dev am: c7e28baf

parents 168ab9e9 c7e28baf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -55,8 +55,7 @@ import java.util.OptionalInt;
final class HandwritingModeController {

    public static final String TAG = HandwritingModeController.class.getSimpleName();
    // TODO(b/210039666): flip the flag.
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;
    // Use getHandwritingBufferSize() and not this value directly.
    private static final int EVENT_BUFFER_SIZE = 100;
    // A longer event buffer used for handwriting delegation