Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

UI handling called from background thread #147

Closed
IrinaSmokvarska opened this issue Jul 2, 2019 · 4 comments
Closed

UI handling called from background thread #147

IrinaSmokvarska opened this issue Jul 2, 2019 · 4 comments

Comments

@IrinaSmokvarska
Copy link

In class DZNPhotoEditorViewController.m on line 494 there are 3 lines of code who handle UI and are called from a background thread. They are called from this function -> - (void)acceptEdition:(id)sender which calls this UIImage *editedImage = [self trimmedImage:[self editedImage]]; from a background thread. Can someone look up this problem and fix it? Thanks

@dzenbot
Copy link
Owner

dzenbot commented Nov 18, 2019

@IrinaSmokvarska I think you misunderstand what open source software is. It is not about others doing the work for you for free, but everyone pitches in with contribution and help. No one will “fix it” for you. You are already getting a fully featured project free to use...

@dmitry-kovba
Copy link
Contributor

Is there any updates about this issue?

@dmitry-kovba
Copy link
Contributor

A pull request with the fix: #150

@IrinaSmokvarska
Copy link
Author

Is there any updates about this issue?

No I just stopped using it after the comment, I was not quite aware how to do a pull request to an open source, hope you fixed the issue. I had it fixed locally in my pod at the time so if you need something just ask me

sethmills21 added a commit to Rapchat/DZNPhotoPickerController that referenced this issue Jun 30, 2020
Fix UI handling called from background thread dzenbot#147
dzenbot added a commit that referenced this issue Jul 9, 2020
Fix UI handling called from background thread #147
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants