-
Notifications
You must be signed in to change notification settings - Fork 539
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
Fix iOS crash in -[UINavigationBar layoutSubviews] + 460 (UINavigationBar.m:3853) #4418
Comments
…lt .fullScreen — avoids a crash in -[UINavigationBar layoutSubviews]. Fix #4418.
It’s possible I only fixed one instance of this crash. I’ll re-open this if needed. |
Since updating to 6.1.5 I’m seeing a crash that may be related. This is only on iPad, it seems not to crash on iPhone.
If unrelated I’m happy to open a new issue! |
I’m having so much trouble reproducing this. What kind of iPad are you using? |
Ah sorry, this is on an iPad Pro (11-inch) (4th generation) with iPadOS 18.2. In reproducing it again I found this is happening only in portrait orientation, not landscape. Also attached the ips if that helps! |
This may be fixed — I’ve just submitted a 6.1.6 build for TestFlight that may fix this bug. At the very least I can’t seem to reproduce it. |
I'm also no longer seeing the crash on the TestFlight version, thank you! I do sort of miss having the article list and article view shown side-by-side in portrait mode, but I think that's an Apple problem 😄 |
We have not seen this crash report since switching to the new UISplitViewController .tripleColumn style. |
Figured out how to reproduce, at least on some devices.
Go to article view. Tap link to open SFSafariViewController.
Rotate. Rotate again. Click Done. Crash.
The text was updated successfully, but these errors were encountered: