SwiftKey does not switch setImeHintLocales
Hi swiftKey developers! I am a regular user of your keyboard for Android. I am also an Android developer. In the process of writing one of my language learning application found you have a bug that affects my application. Namely keyboard switching by setImeHintLocales parameter is not supported (more detailed https://developer.android.com/reference/android/widget/TextView#setImeHintLocales(android.os.LocaleList) ). The native Gboard keyboard supports this. Please make the appropriate changes. https://youtu.be/iR7mRzDq0zU
Also there is a suggestion to you to make a method. A method that would tell the main application which layout the language has switched to, i.e. throw in the “en " code when the user switches to the English layout. Good luck!