Guillaume DROULEZ

Results 5 comments of Guillaume DROULEZ

Hi! Many thanx for the answer. Will think about Your workaround.

I can change LEFT/RIGHT to START/END if You prefer.

Hi! Same problem for me. Juste changed `if (imageSource.isResource())` with `if ((imageSource != null) && imageSource.isResource())` on line 111 of FastImageViewConverter.java.

Hi, You can change it with `currentlyFocusedInput()` and create a patch with [patch-package](https://github.com/ds300/patch-package#readme). Hoping this will help...