intercom_flutter
intercom_flutter copied to clipboard
Certain Post type messages get stuck on Android with no way to dismiss
We've noticed an issue on Android (doesn't happen on iPhones) devices on our Flutter app. Whenever a Post type message is created through Proactive Support, the message snipper will get stuck on our app. I managed to reproduce this issue consistently, with the following reproduction steps:
- Samsung A04s (Android 10)
- intercom_flutter package: 8.0.4
Reproduction steps:
- Go to Intercom and create a new Proactive support message
- Create a new "Post" type message to be sent to your test app
- Choose any format type
- Choose any reply type
- Choose one: Sent as a. snippet b. badge
- Open the app and wait for the snippet message to be received
- Try to click on it or dismiss it
Expected behaviour You are able to dismiss the message
Actual Behaviour The message is stuck with no ability to dismiss it
@Morlocci Make sure your Android MainActivity extends from FlutterFragmentActivity.
See https://github.com/v3rm0n/intercom_flutter/issues/351
@Morlocci any update?
Duplicate of https://github.com/v3rm0n/intercom_flutter/issues/351