-
-
Notifications
You must be signed in to change notification settings - Fork 663
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
Screen flicker on ios 17 #424
Comments
Same happens to me :( But only if you show the banner on top and not always, if you show at bottom nothing happens :| |
Flicks is related to this lines; appWindow?.windowLevel = UIWindow.Level.normal I have commented everything related to this window level and now is all good, but i dont know if this will have side effects. |
It seems that adjusting the window level by setting it to UIWindow.Level.statusBar + 1 while showing the banner and then resetting it to UIWindow.Level.normal upon dismissal is causing the issue. I have commented out these lines for now to maintain the default window level. Hope an update will available in the near future. |
I commented it out in all three places in the I didn't put in a PR because I'm not sure if this affects anything for other use cases other than how I'm using it on the top level. For others experiencing this issue: Lines 401, 406:
Line 610:
|
Screen flickering after banner dismiss when there is keyboard in the viewcontroller
The text was updated successfully, but these errors were encountered: