From 4629410230b50c07d873f21db57b2be9052724f1 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 14 Jul 2024 16:15:18 +0200
Subject: Fix unintended layout used for unsupported languages
The arabic layout was used as the default on devices where all the
installed languages are not supported by the keyboard. This is not
intended.
This is probably caused by 'getCurrentInputMethodSubtype' returning the
first layout in the list of disabled subtypes in alphabetical or
language tag order.
Re-ordering the subtypes in method.xml had no effect.
Setting 'overridesImplicitlyEnabledSubtype' in method.xml has no
measured effect.
---
res/xml/method.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'res/xml')
diff --git a/res/xml/method.xml b/res/xml/method.xml
index 49d5063..88fb097 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -12,7 +12,7 @@
-
+
--
cgit v1.2.3