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

too many income call popup screens #12

Open
s681562 opened this issue Dec 21, 2021 · 0 comments
Open

too many income call popup screens #12

s681562 opened this issue Dec 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@s681562
Copy link

s681562 commented Dec 21, 2021

Describe the bug
FlutterIncomingCall.displayIncomingCall(...) shows too many views and plays too many sounds. I have android native ring sound and now this new FlutterIncomingCall ring sound and melody at same time in my flutter app. That's wired.

To Reproduce
If the income call is happen, a small android call popup is displayed. At first native android ring tone is there, than FlutterIncomingCall ring tone comes up.
Suddenly the FlutterIncomingCall mini popup is displayed and full screen FlutterIncomingCall underlying income call screen is visible.
Means there are three layer of popups now.
first on top the android native popup
second the FlutterIncomingCall mini popup
third the full screen FlutterIncomingCall underlying income call screen

Expected behavior
Native android income call popup is replaced by only one new FlutterIncomingCall screen.

Screenshots
If applicable, add screenshots to help explain your problem.

Please complete the following information:

  • Device: Samsung
  • OS: android 11
  • flutter 2.9.0
  • dart 2.16.0

Additional context
I wish these two functions (FlutterIncomingCall screen) and FlutterIncomingCall "endCall" function are separated flutter plug-ins.

@s681562 s681562 added the bug Something isn't working label Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant