ZEGOCLOUD / zego_uikit_prebuilt_call_flutter

MIT License
16 stars 15 forks source link

Confirm dialog text is not showing to the user #18

Closed manumathew17 closed 8 months ago

manumathew17 commented 1 year ago

The confirm to exit dialog title and message is not showing properly

..hangUpConfirmDialogInfo = ZegoHangUpConfirmDialogInfo( title: "Confirm?", message: "Do you want to exit from call?", cancelButtonName: "Cancel", confirmButtonName: "Confirm", )

image

yoer commented 1 year ago

This seems a bit odd. Is your app theme something like dark mode? It seems necessary to develop the style configuration of the pop-up dialog.

yoer commented 8 months ago

the issue has been too long without a reply, so it is closed.