Bert Wijnants

Results 5 comments of Bert Wijnants

There is a static function on [FileData](https://github.com/miguelbcr/RxPaparazzo/blob/ec2a8b3c6ad1077ab2ecec8687331eb23a8477cb/rx_paparazzo/src/main/java/com/miguelbcr/ui/rx_paparazzo2/entities/FileData.java#L30) that makes this easy. `FileData.deleteSourceFile(response.data());`

I tried reproducing it with an empty Application, but there the problem was not found. The issue was caused by the Robolectric ApplicationContext getting mixed up with a Mockito mocked...

+1 Would love to see this.

Hi I have been struggling with the same issue. You can access the internal ListView with `stickyListView.getWrappedList()` and register a listener on it. This will be the solution ``` stickyListView.getWrappedList().setOnItemSelectedListener(new...

I have been receiving the same error. For me it happens when Tag was lost during consecutive transceive operations. I was able to recover from it by: * Waiting for...