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

Commit 56d54381 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am ab0ee37f: Disable debug flag in TextEntryState

* commit 'ab0ee37f':
  Disable debug flag in TextEntryState
parents b34c74ab ab0ee37f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ import android.util.Log;

public class TextEntryState {
    private static final String TAG = TextEntryState.class.getSimpleName();
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    private static final int UNKNOWN = 0;
    private static final int START = 1;