You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
When click end call (red button), the call screen is closed and the whole app is also closed. I check your source code, the cause is
FLAG_ACTIVITY_CLEAR_TASK.
Hi team,
When click end call (red button), the call screen is closed and the whole app is also closed. I check your source code, the cause is
FLAG_ACTIVITY_CLEAR_TASK.
qiscus-meet-sdk-android/meet/src/main/java/com/qiscus/meet/QiscusMeetActivity.kt
Line 35 in e05266c
I tried a workaround. In this event, I would restart the all previous activity, however I lose all my intents data in previous activity.
Can you suggest how to fix on myside or fix the flag in your sdk?
Thanks
The text was updated successfully, but these errors were encountered: