mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix comma key to open settings menu
This commit is contained in:
parent
c57a3d83af
commit
69649256f8
@ -1353,10 +1353,7 @@ public class LatinIMELegacy implements KeyboardActionListener,
|
||||
}
|
||||
|
||||
public void displaySettingsDialog() {
|
||||
if (isShowingOptionDialog()) {
|
||||
return;
|
||||
}
|
||||
showSubtypeSelectorAndSettings();
|
||||
launchSettings("");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -19,7 +19,7 @@ LOCAL_ARM_NEON := true
|
||||
############ some local flags
|
||||
# If you change any of those flags, you need to rebuild both libjni_latinime_common_static
|
||||
# and the shared library that uses libjni_latinime_common_static.
|
||||
FLAG_DBG ?= true
|
||||
FLAG_DBG ?= false
|
||||
FLAG_DO_PROFILE ?= false
|
||||
|
||||
######################################
|
||||
|
@ -64,8 +64,6 @@ class MultiModelRunner(
|
||||
""
|
||||
}
|
||||
|
||||
println("This is the GLOSSARY :3 $glossary")
|
||||
|
||||
val result = try {
|
||||
callback.updateStatus(InferenceState.Encoding)
|
||||
primaryModel.infer(
|
||||
|
Loading…
Reference in New Issue
Block a user