sonique6784

Results 9 comments of sonique6784

No worries, it's a big chunk of code, take your time. thanks

@MGaetan89 @evrencoskun , I've fixed the conflicts and rested, it looks fine now.

![Screenshot_1587385425](https://user-images.githubusercontent.com/7600467/79751276-b035dc00-8355-11ea-9de3-6c7793da9a11.png)

Hi @ioterateam, you need to disable swipeRefreshLayout until 1first row is fully visible (so SwipeLayout do not get the events). 1. Extend TableView (MyTableView) 2. add a TouchHandler in MyTableView...

Hi @bogdanmunteanu , you might need to use `app:separator_color="@android:color/transparent"` in your TableView layout.

Hi @bogdanmunteanu , then you can try this: https://github.com/evrencoskun/TableView/issues/115#issuecomment-392403476 overriding `createItemDecoration` to setup the divider manually.

I have the same issue. My configuration: Mac OS Big Sur: 11.4 VSCode: 1.57.1 vscode-kotlin: 0.2.22 Tried different java version: 8: 1.8.0_152 (x86_64) "Oracle Corporation" - "Java SE 8" (Mac...

if you get want to use File descriptor from ParcelFileDescriptor, you first need to detach the file descriptor: ``` int fd = parcheFileDescriptor.detachFd(); // return the fileDescriptor int that can...