Fix bug that number is not entered in prediction mode 48/254148/1
authorInHong Han <inhong1.han@samsung.com>
Wed, 24 Feb 2021 06:04:48 +0000 (15:04 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 24 Feb 2021 06:04:55 +0000 (15:04 +0900)
If IME has characters and numbers together, it is impossible to enter numbers
because it uses numbers to enter words of the candidate window.
So I modified this function to be disabled when IME is shown.

Change-Id: I994711b23376eb91b600d6681dff28db9624b489

lib/aarch64/ise-engine-glm.so
lib/armv7l/ise-engine-glm.so
lib/i586/ise-engine-glm.so
lib/x86_64/ise-engine-glm.so

index bfa08b4d784e7596fb16b249fb686e4c10a9e5eb..e37e7f78777f099747181dc620a5fc003e726380 100755 (executable)
Binary files a/lib/aarch64/ise-engine-glm.so and b/lib/aarch64/ise-engine-glm.so differ
index ece6f7d5b7c1536c292fa4fa021026a4524c4485..7181723cf6a91f90475bba18d2629cb98992ca07 100755 (executable)
Binary files a/lib/armv7l/ise-engine-glm.so and b/lib/armv7l/ise-engine-glm.so differ
index 69b134915bb8c578b8dd8f6596d88861fd3e5285..9d00cc0636ca04ef71f945764ef8de560a534e1a 100755 (executable)
Binary files a/lib/i586/ise-engine-glm.so and b/lib/i586/ise-engine-glm.so differ
index 856771eb16f0f3276a87e64a5ee968f98fa7875f..c60758b620034dbfd54161a209485c201e6c9e10 100755 (executable)
Binary files a/lib/x86_64/ise-engine-glm.so and b/lib/x86_64/ise-engine-glm.so differ