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
I came across this unanswered post while searching for an answer re: subsequent programmatic dismisses.
For context: I have the following navigation:
List -> Detail -> MergeFeature
where I need to jump directly to List if the Merge in 'Merge Feature' is successful.
Unfortunately, dismissing in MergeFeature and then dismissing in Detail right after only worked with some amount of clock.sleep(). Is there a way to enable subsequent programmatic dismisses?
My current workaround is to just channel through a dismiss action from MergeFeature -> Detail -> List and setting destination.nil in MergeFeature, skipping the whole dismiss step for MergeFeature <> Detail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I came across this unanswered post while searching for an answer re: subsequent programmatic dismisses.
For context: I have the following navigation:
List -> Detail -> MergeFeature
where I need to jump directly to List if the Merge in 'Merge Feature' is successful.
Unfortunately, dismissing in MergeFeature and then dismissing in Detail right after only worked with some amount of clock.sleep(). Is there a way to enable subsequent programmatic dismisses?
My current workaround is to just channel through a dismiss action from MergeFeature -> Detail -> List and setting destination.nil in MergeFeature, skipping the whole dismiss step for MergeFeature <> Detail.
Beta Was this translation helpful? Give feedback.
All reactions