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

Force touch timeline item menu actions are broken #125

Open
2 of 3 tasks
sobri909 opened this issue Sep 19, 2021 · 0 comments
Open
2 of 3 tasks

Force touch timeline item menu actions are broken #125

sobri909 opened this issue Sep 19, 2021 · 0 comments

Comments

@sobri909
Copy link
Owner

sobri909 commented Sep 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant