-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indicator is showing up many more times than one #16
Comments
A workaround: showIndicator = true
try? await Task.sleep(nanoseconds: 10)
showIndicator = false |
Hi @ivanvorobei , long time no see 😄 I just re-implement the SwiftUI support for SPIndicator. And you can find it here. I believe the commit will fix this issue. What's more, the new implementation also supports multi-window iPad app. The indicator always come up at correct window when using SwiftUI modifier. However, I have to deprecate the old APIs. |
Is it for swiftui version or uikit? sorry for delay |
@ivanvorobei Totally fine :) It's a fix for the current SwiftUI implementation. |
@gongzhang can you make PR ? |
@ivanvorobei Thanks! But I don't have the dev environment right now. You can also cherrypick gongzhang@38108b1 |
Have similar issue |
@LouisTay where should I place this? can you show an example? |
facing similar issue |
My crutch:
|
Details
Describe the Bug
As soon as the Indicator got fired one time, anything you do on the UI triggers many more times.
RPReplay_Final1657907183.mov
The text was updated successfully, but these errors were encountered: