ZEGOCLOUD / zego_uikit_prebuilt_call_flutter

MIT License
17 stars 18 forks source link

When we press the call and end button the screen on both sides goes black. #47

Closed itkrishna97 closed 3 months ago

itkrishna97 commented 5 months ago

When we press the call and end button the scree Screenshot_20240608_210948 n on both sides goes black.

yoer commented 5 months ago

You may have popped two widgets?

yoer commented 5 months ago

Make a breakpoint in Navigator.pop

Then when you click the end button, check where it is triggered. Normally, CallKit will pop up once internally, you can find out another triggered with breakpoint.

yoer commented 3 months ago

No reply for too long