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
Can't go direct to edit, delete, segments from the force touch menu on timeline view anymore. Why? deep breath SwiftUI really is a productivity black hole.
Segments button
Edit button
Delete button
EdIt: Ugh. This is creating some weird random breakages of taps on timeline items to go to details view. Possibly they break after the context menu has been displayed once, but they break for all items in the list, not just the one that had its context menu displayed. Feels like another SwiftUI bug, not that that helps.
Edit2: Nope, it happens after first appear of any item details view. After going back to timeline view, all taps on timeline items fail to open details view. And additionally, taps on context menu items also fail to open their respective views. Mess.
Edit3: Ok, fixed that weirdness, with some trashy hacks.
The text was updated successfully, but these errors were encountered:
Can't go direct to edit, delete, segments from the force touch menu on timeline view anymore. Why? deep breath SwiftUI really is a productivity black hole.
EdIt: Ugh. This is creating some weird random breakages of taps on timeline items to go to details view. Possibly they break after the context menu has been displayed once, but they break for all items in the list, not just the one that had its context menu displayed. Feels like another SwiftUI bug, not that that helps.
Edit2: Nope, it happens after first appear of any item details view. After going back to timeline view, all taps on timeline items fail to open details view. And additionally, taps on context menu items also fail to open their respective views. Mess.
Edit3: Ok, fixed that weirdness, with some trashy hacks.
The text was updated successfully, but these errors were encountered: