beautify a tonne more errors
This commit is contained in:
parent
71e0780eee
commit
3aaf37df1a
11 changed files with 50 additions and 32 deletions
|
@ -310,9 +310,10 @@ function _onAction(payload) {
|
|||
placeCall(call);
|
||||
}, function(err) {
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
console.error("Conference call failed: " + err);
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: "Failed to set up conference call",
|
||||
description: "Conference call failed: " + err,
|
||||
description: "Conference call failed.",
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue