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

Allow passing text as StringRes #87

Closed
mueller-ma opened this issue Oct 15, 2018 · 5 comments
Closed

Allow passing text as StringRes #87

mueller-ma opened this issue Oct 15, 2018 · 5 comments

Comments

@mueller-ma
Copy link
Contributor

Current:

Toasty.info(context, context.getString(R.string.foo), Toast.LENGTH_SHORT).show();

Request:

Toasty.info(context, R.string.foo, Toast.LENGTH_SHORT).show();
@jpvs0101
Copy link

jpvs0101 commented Oct 16, 2018 via email

@sami286
Copy link
Contributor

sami286 commented Dec 8, 2018

I think that kind of thing is already supported...

@mueller-ma
Copy link
Contributor Author

Right, my issue is a duplicate of #67, however the change isn't released yet.

@GrenderG
Copy link
Owner

GrenderG commented Dec 9, 2018

Sorry about this guys, I have just released a new version (1.3.1) supporting that feature.

@mueller-ma
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants