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

SnackbarStack title not displayed #3136

Closed
stsrki opened this issue Nov 18, 2021 Discussed in #3135 · 0 comments
Closed

SnackbarStack title not displayed #3136

stsrki opened this issue Nov 18, 2021 Discussed in #3135 · 0 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working

Comments

@stsrki
Copy link
Collaborator

stsrki commented Nov 18, 2021

Discussed in #3135

Originally posted by dockinkong November 18, 2021
Title parameter is ignored, null used instead link to code :

public Task PushAsync( string message, string title = null, SnackbarColor color = SnackbarColor.None, Action<SnackbarOptions> options = null ) { return PushAsync( (MarkupString)message, null, color, options ); }

@stsrki stsrki added the Type: Bug 🐞 Something isn't working label Nov 18, 2021
@stsrki stsrki added this to the 0.9.5 Support milestone Nov 18, 2021
@stsrki stsrki self-assigned this Nov 18, 2021
This was referenced Nov 25, 2021
@stsrki stsrki closed this as completed Nov 25, 2021
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant