Appium 1.8.1 Android keyboard types random text in textfield

I am using Appium version 1.8.1
Device : Google pixel - 8.1.0

When i want to type text in any text field it types random text

Example : If i want to type “This is my test” it type “Dgfgs”

Code :
WebElement textField = driver.findElement(By.id(“Object id”));
textField.sendKeys(“This is my test”);

@manishboricha308 can u share the logs