Interactive Reply Button Broken Layout in Android After Update
After update the app from 2.25.1.75 to 2.25.3.82 (latest) the quick reply messages break with a space after the message,
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
After update the app from 2.25.1.75 to 2.25.3.82 (latest) the quick reply messages break with a space after the message,
example of payload
{
"sender_id": ***,
"interactive": {
"body": {
"text": "Ajudo em algo mais?"
},
"type": "button",
"action": {
"type": "reply_button",
"button": "",
"buttons": [
{
"id": "sim",
"type": "reply",
"title": " SIM"
},
{
"id": "nao",
"type": "reply",
"title": "NÃO"
}
],
"sections": []
},
"footer": null,
"header": null
},
"recipient_number": ***
}