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

Commit ab0ee37f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Disable debug flag in TextEntryState

Bug: 4051276
Change-Id: I980c0dfefdf3ae70935aca9755a55d1c925a23f9
parent b55fcea6
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;