-
Notifications
You must be signed in to change notification settings - Fork 117
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
Push notification body gets truncated #2857
Comments
Hi @jamilsaadeh97 Thanks for the report and the PR! I'll try to get to looking at your PR before the end of the week. |
Hi @vincetran looking forward for your feedback! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Did not mean to auto-close this. We typically only close issues once the fix is released. This PR has been merged and will be included in our next release. |
This fix we released in Amplify 2.20.0 😄 |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Before opening, please confirm:
Language and Async Model
Not applicable
Amplify Categories
Notifications
Gradle script dependencies
Not applicable
Environment information
Not applicable
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
Notifications are being truncated when the body exceeds ~90 characters. The reason is that "long" notifications are not being handled here by using the BigTextStyle.
I'm using Amplify Flutter and I can't override these properties in my app.
I've opened #2856 to fix this
Thank you!
Reproduction steps (if applicable)
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: