fix(Recording): broken stop recording dialog
This commit is contained in:
parent
64112e00e6
commit
739e2bd35a
|
@ -170,7 +170,7 @@ function _showStopRecordingPrompt (recordingType) {
|
|||
return new Promise(function (resolve, reject) {
|
||||
dialog = APP.UI.messageHandler.openTwoButtonDialog({
|
||||
titleKey: title,
|
||||
messageKey: message,
|
||||
msgKey: message,
|
||||
leftButtonKey: buttonKey,
|
||||
submitFunction: function(e,v) {
|
||||
if (v) {
|
||||
|
|
|
@ -59,6 +59,7 @@ var messageHandler = {
|
|||
* parameter and the second is Cancel.
|
||||
*
|
||||
* @param titleKey the key for the title of the message
|
||||
* @param msgKey the key for the message
|
||||
* @param msgString the text of the message
|
||||
* @param persistent boolean value which determines whether the message is
|
||||
* persistent or not
|
||||
|
|
Loading…
Reference in New Issue