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

Issue when toast dismis. #26

Open
Hero-rafter opened this issue May 19, 2022 · 3 comments
Open

Issue when toast dismis. #26

Hero-rafter opened this issue May 19, 2022 · 3 comments

Comments

@Hero-rafter
Copy link

After given time, when toast disappears, it is breaking at a point.

Screenshot 2022-05-19 at 1 53 16 PM

Refer this Screen shot.

@Hero-rafter Hero-rafter changed the title Issue when toast sidmis. Issue when toast dismis. May 19, 2022
@Time1sMoney
Copy link

给定时间后,当吐司消失时,它会在某个点破裂。

截图 2022-05-19 在 1 53 16 PM

请参阅此屏幕截图。

i have the same problem.Have you solved the problem?

@Hero-rafter
Copy link
Author

@coderlcb Actually we didn't get proper solution but in our code, there are two params animation and reverseAnimation, so what we can do is, don't pass same for these two arguments.

animation: StyledToastAnimation.fade, reverseAnimation: StyledToastAnimation.none,

Give value of these two as different. Don't keep is same.

@Time1sMoney
Copy link

@coderlcb Actually we didn't get proper solution but in our code, there are two params animation and reverseAnimation, so what we can do is, don't pass same for these two arguments.

animation: StyledToastAnimation.fade, reverseAnimation: StyledToastAnimation.none,

Give value of these two as different. Don't keep is same.

thank you! that's exactly what I want!

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

2 participants