mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-25 11:49:44 +01:00
Fix LOG_KEY_EVENTS=true committed by mistake
This commit is contained in:
parent
36e4d94093
commit
62e229e184
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ import java.util.Properties;
|
|||
public final class TerminalView extends View {
|
||||
|
||||
/** Log view key and IME events. */
|
||||
private static final boolean LOG_KEY_EVENTS = true;
|
||||
private static final boolean LOG_KEY_EVENTS = false;
|
||||
|
||||
/** The currently displayed terminal session, whose emulator is {@link #mEmulator}. */
|
||||
TerminalSession mTermSession;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue