Status Update
Comments
du...@google.com <du...@google.com> #2
removed the dup; this is possibly about how android spans work on empty strings.
- the calculation in the composable level seemed correct but the layout was not
- it happens for a new line as well
- one problem with both includeFontPadding true/false is that the cursor height is possibly can be visually improved to match the text ascent/descent rather than line top/bottom (might be challenging)
Description
Component used: room, rxjava, guava, paging
Version used: room - 2.4.0-alpha-02 (is present in 2.3.0 too) paging - 3.0.0
Devices/Android versions reproduced on: Project didn't compile. It's an compilation issue
Room Dao isn't able to return RxPagingSource or ListenableFuturePagingSource
I have attached small sample project. You can observe the issue when you build this project
It will give error in sampleDao_impl.java
incompatible types: PagingSource<Integer,String> cannot be converted to RxPagingSource<Integer,String>