ZEGOCLOUD / zego_uikit_prebuilt_call_flutter

MIT License
14 stars 12 forks source link

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

Closed itkrishna97 closed 10 hours ago

itkrishna97 commented 2 months ago

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

yoer commented 2 months ago

You may have popped two widgets?

yoer commented 2 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 10 hours ago

No reply for too long