mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit 'b8869ec1e39c1751825841e790d21fc854dca9ce': Deactivate hardware keyboard handling.
This commit is contained in:
commit
0745fe83d4
@ -28,5 +28,5 @@ public final class ProductionFlag {
|
||||
// USES_DEVELOPMENT_ONLY_DIAGNOSTICS must be false for any production build.
|
||||
public static final boolean USES_DEVELOPMENT_ONLY_DIAGNOSTICS_DEBUG = false;
|
||||
|
||||
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = true;
|
||||
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user