Skip to content

Commit

Permalink
Do not navigate to open offers after user has clicked dont show again.
Browse files Browse the repository at this point in the history
Another option would be to store the selection the user has made, but the automatic navigation is kind of confusing and ppl forget that they might have previously selected to prefer to go to open offers. The intent of the popup is that users learn where they can find their created offer which is achieved if the user navigates once there.

Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed May 26, 2024
1 parent f03c29e commit 2a0aab7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,6 @@ private void createListeners() {
.onClose(this::close)
.show(),
1);
} else {
closeAndGoToOpenOffers();
}
}
};
Expand Down

0 comments on commit 2a0aab7

Please sign in to comment.