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 bfa08b4..e37e7f7 100755 (executable)
Binary files a/lib/aarch64/ise-engine-glm.so and b/lib/aarch64/ise-engine-glm.so differ
index ece6f7d..7181723 100755 (executable)
Binary files a/lib/armv7l/ise-engine-glm.so and b/lib/armv7l/ise-engine-glm.so differ
index 69b1349..9d00cc0 100755 (executable)
Binary files a/lib/i586/ise-engine-glm.so and b/lib/i586/ise-engine-glm.so differ
index 856771e..c60758b 100755 (executable)
Binary files a/lib/x86_64/ise-engine-glm.so and b/lib/x86_64/ise-engine-glm.so differ