Guillaume DROULEZ
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.
Thanx. Will check in ou code base.
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...