RxSwift icon indicating copy to clipboard operation
RxSwift copied to clipboard

Table/CollectionViewDelegateProxy crash workaround

Open SlashDevSlashGnoll opened this issue 3 years ago • 0 comments

This PR implements the workaround for the crash discussed at https://github.com/ReactiveX/RxSwift/issues/2428 as requested by @freak4pc

I put the extensions in a separate file to make later removal simple as this isn't expected to stay permanently. I didn't add any tests as we do not know the actual source of the problem/bug at this time however existing tests passed without issue.

SlashDevSlashGnoll avatar Sep 09 '22 12:09 SlashDevSlashGnoll