mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Disable debug flag in TextEntryState
Bug: 4051276 Change-Id: I980c0dfefdf3ae70935aca9755a55d1c925a23f9
This commit is contained in:
parent
b55fcea6fc
commit
ab0ee37f52
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user