You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// .gesture(tapToFocusGesture(geometry)) // Currently disabled
.gesture(pinchZoomGesture)
Where if timed, the gestures aren't mounted because of guard session.isRunning, option.enableChangePosition. You can test this by repeatedly opening up the app.
The text was updated successfully, but these errors were encountered:
I think there's a race condition in
Aespa/Sources/Aespa/View/InteractivePreview.swift
Lines 102 to 104 in 66a9fac
Where if timed, the gestures aren't mounted because of
guard session.isRunning, option.enableChangePosition
. You can test this by repeatedly opening up the app.The text was updated successfully, but these errors were encountered: