Skip to content
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 a regression where you can't scroll the timeline on iOS 17 #3320

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

pixlwave
Copy link
Member

It was caused by a fix for the same bug on iOS 18 🤦‍♂️

Seems we need to use separate paths for configuring these gestures. Might be worth exploring the use of UIGestureRecognizer within SwiftUI on iOS 18 at this point, but I'll leave that for a future PR.

It was caused by a fix for the same bug on iOS 18 🤦‍♂️
@pixlwave pixlwave requested a review from a team as a code owner September 23, 2024 16:52
@pixlwave pixlwave requested review from stefanceriu and removed request for a team September 23, 2024 16:52
Copy link

github-actions bot commented Sep 23, 2024

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.
⚠️ You seem to have made changes to views. Please consider adding screenshots.

Generated by 🚫 Danger Swift against 12db69b

@pixlwave pixlwave added the pr-bugfix for bug fix label Sep 23, 2024
Copy link

sonarcloud bot commented Sep 23, 2024

Copy link

codecov bot commented Sep 23, 2024

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
824 1 823 0
View the top 1 failed tests by shortest run time
RoomScreenViewModelTests testRoomInfoUpdate()
Stack Traces | 10.2s run time
Asynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "Awaiting publisher". (.../Sources/Extensions/XCTestCase.swift:43)

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

@pixlwave
Copy link
Member Author

pixlwave commented Sep 23, 2024

I'm going to yolo this one (it shouldn't be very controversial) to get it into the next Nightly.

@pixlwave pixlwave merged commit 83b0670 into develop Sep 23, 2024
13 checks passed
@pixlwave pixlwave deleted the doug/ios-17-timeline-scrolling branch September 23, 2024 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix for bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant