Skip to content

cause hight cpu usage to 100%, when swipe back with gesture #10

@oblank

Description

@oblank

when AView.sheet(BView) with navigation。

B view is a list, with codes:

...
.onAppear {
            store.dispatch(action: TasksActions.FetchMine())
 }
...

1, touch BView's list item , navigation into CView (just a detail view)
2, now, swipe back a little with gesture(C->B), and then cancel swipe,will recreate this issues

when comment store.dispatch... ,it work well

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions