RPCircularProgress icon indicating copy to clipboard operation
RPCircularProgress copied to clipboard

Background execution

Open skander300 opened this issue 7 years ago • 1 comments

When i press my home button to turn my app to background, my circular progress completion handler is directly executed without waiting the already set duration . Any solution ?

skander300 avatar Nov 21 '17 17:11 skander300

@skander300 That's likely from how CoreAnimation's delegates get called when an app is backgrounded. I'll have to look into a fix, but I don't have much time for now. Feel free to open up a pull request if you have time

iwasrobbed avatar Nov 21 '17 20:11 iwasrobbed