mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
add productionFlag for checking split keyboard status
Change-Id: Ic999c9b0b2c116858801b8c38363c956de6d5faf
This commit is contained in:
parent
4634b75d34
commit
f16c6326c1
@ -40,4 +40,9 @@ public final class ProductionFlags {
|
|||||||
* When false, the metrics logging is not yet ready to be enabled.
|
* When false, the metrics logging is not yet ready to be enabled.
|
||||||
*/
|
*/
|
||||||
public static final boolean IS_METRICS_LOGGING_SUPPORTED = false;
|
public static final boolean IS_METRICS_LOGGING_SUPPORTED = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When {@code false}, the split keyboard is not yet ready to be enabled.
|
||||||
|
*/
|
||||||
|
public static final boolean IS_SPLIT_KEYBOARD_SUPPORTED = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user