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

Previous activities is cleared #7

Open
dbof10 opened this issue Aug 3, 2022 · 0 comments
Open

Previous activities is cleared #7

dbof10 opened this issue Aug 3, 2022 · 0 comments

Comments

@dbof10
Copy link

dbof10 commented Aug 3, 2022

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.

I tried a workaround. In this event, I would restart the all previous activity, however I lose all my intents data in previous activity.

 @Subscribe
    public void onTerminatedConf(MeetTerminatedConfEvent event) {
        Log.d("ON TerminatedConf", event.getData().toString());

 }

Can you suggest how to fix on myside or fix the flag in your sdk?

Thanks

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

No branches or pull requests

1 participant