Commit f91b87859c4fd2097cb9c7290bd0fcf58c9dd56c

Sylvain Becker 2019-05-23T09:08:40

Android: minimum size for IME, so that it takes focus In API 28, 0 width views can't take focus, so if someone tries to position the IME without setting a width, they'll stop getting text events. Tested on Android 9: with a 0 size, it would send correctly letters a, b, c, etc. but not numbers.