mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-09-01 10:07:46 +00:00
feat(dialog) added react-native-dialog dep and updated ConfirmDialog
This commit is contained in:
@@ -20,9 +20,9 @@ class ChatPrivacyDialog extends AbstractChatPrivacyDialog {
|
||||
render() {
|
||||
return (
|
||||
<ConfirmDialog
|
||||
cancelKey = 'dialog.sendPrivateMessageCancel'
|
||||
contentKey = 'dialog.sendPrivateMessage'
|
||||
okKey = 'dialog.sendPrivateMessageOk'
|
||||
cancelLabel = 'dialog.sendPrivateMessageCancel'
|
||||
confirmLabel = 'dialog.sendPrivateMessageOk'
|
||||
descriptionKey = 'dialog.sendPrivateMessage'
|
||||
onCancel = { this._onSendGroupMessage }
|
||||
onSubmit = { this._onSendPrivateMessage } />
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user