-
Notifications
You must be signed in to change notification settings - Fork 292
After pressing on repeat button - dismissed bottomsheet #298
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
base: master
Are you sure you want to change the base?
After pressing on repeat button - dismissed bottomsheet #298
Conversation
Animations disabled due to save current ui/ux
👷 Deploy request for mytonwallet-tma pending review.Visit the deploys page to approve it
|
👷 Deploy request for mtw-giveaway pending review.Visit the deploys page to approve it
|
👷 Deploy request for mtw-opensource pending review.Visit the deploys page to approve it
|
|
Your PR offers a straightforward fix, but it dismisses the transaction details before showing the send screen, causing a slight laggy appearance. We should dismiss the previous screen only after the new one is presented. |
9ead3ca to
0d59449
Compare
Ok, I see your solution already implemented |
| } | ||
|
|
||
| window?.present(navVC) | ||
| window?.dismissLastNav(animated = false, onCompletion = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@
|
|
||
| window?.present(navVC) | ||
| window?.dismissLastNav(animated = false, onCompletion = { | ||
| window?.present(navVC) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@
| window?.present(navVC) | ||
| window?.dismissLastNav(animated = false, onCompletion = { | ||
| window?.present(navVC) | ||
| }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@
nicg938-hash
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@
Animation disabled due to save current ui/ux