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

Clear style parameters after Toast is shown #2

Closed
tlarsin opened this issue May 25, 2020 · 0 comments · Fixed by #6
Closed

Clear style parameters after Toast is shown #2

tlarsin opened this issue May 25, 2020 · 0 comments · Fixed by #6
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tlarsin
Copy link
Owner

tlarsin commented May 25, 2020

Right now there is no way to clear the parameters on a single instance of Toaster.

This means if someone uses it as private val toast by lazy { Toaster(this) } and has multiple usages of it in a single file the previous style parameters will persist.

@tlarsin tlarsin added the enhancement New feature or request label May 25, 2020
@tlarsin tlarsin self-assigned this May 25, 2020
@tlarsin tlarsin added this to the v0.2 milestone May 25, 2020
@tlarsin tlarsin linked a pull request May 25, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant