Fix comma key to open settings menu

This commit is contained in:
Aleksandras Kostarevas 2024-03-05 15:54:18 +02:00
parent c57a3d83af
commit 69649256f8
3 changed files with 2 additions and 7 deletions

View File

@ -1353,10 +1353,7 @@ public class LatinIMELegacy implements KeyboardActionListener,
} }
public void displaySettingsDialog() { public void displaySettingsDialog() {
if (isShowingOptionDialog()) { launchSettings("");
return;
}
showSubtypeSelectorAndSettings();
} }
@Override @Override

View File

@ -19,7 +19,7 @@ LOCAL_ARM_NEON := true
############ some local flags ############ some local flags
# If you change any of those flags, you need to rebuild both libjni_latinime_common_static # 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. # and the shared library that uses libjni_latinime_common_static.
FLAG_DBG ?= true FLAG_DBG ?= false
FLAG_DO_PROFILE ?= false FLAG_DO_PROFILE ?= false
###################################### ######################################

View File

@ -64,8 +64,6 @@ class MultiModelRunner(
"" ""
} }
println("This is the GLOSSARY :3 $glossary")
val result = try { val result = try {
callback.updateStatus(InferenceState.Encoding) callback.updateStatus(InferenceState.Encoding)
primaryModel.infer( primaryModel.infer(