Make TextInputTimePickerView use localized input
Previously, TextInputTimePickerView used the default numeric IME, which could result in cases where the digits displayed in the text fields were native, but the IME showed ASCII digits resulting in a mix. Now we use setImeHintLocales to hint that we need a localized IME. Change-Id: Ic4041dcc65a31bd00741c6d96d8cbc5dac9d77c8 Fixes: 63650251 Test: Manual (tested under en-US and ar-BH locales)
Loading
Please register or sign in to comment