Xavier Mellado Esteban
Xavier Mellado Esteban
If someone is forking the code, `onAttachedToWindow` function can overridden in `PickerLayoutManager` class to automatically solve the issue: ``` @Override public void onAttachedToWindow(final RecyclerView view) { super.onAttachedToWindow(view); final DisplayMetrics displayMetrics...
Hi, @LukasAnda I have "fixed" instrumentation tests. There were two problems: 1) The compilation issue was introduced by Mockito Android 2.23.x, which is not compatible with current Android Gradle Plugin....
Hi, @LukasAnda I have updated Koin to version 2.0 and I have fixed the instrumental tests ;) Regards, Xavi