From 9251090488a27e2de87e4c68e2c9a7a091655cf4 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 9 Jan 2019 13:49:50 +0000 Subject: [PATCH] Remove cancel button from final key backup screen Canceling the dialog once the backup was created meant onFinished was called with false which RoomView interprets as the backup not being done. This does mean you can't just hit esc to clear the dialog once you're done: if we wanted this we could fix this in a better way. https://github.com/vector-im/riot-web/issues/8066 --- .../views/dialogs/keybackup/CreateKeyBackupDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/async-components/views/dialogs/keybackup/CreateKeyBackupDialog.js b/src/async-components/views/dialogs/keybackup/CreateKeyBackupDialog.js index c593a9b3ea2..127dab1d00f 100644 --- a/src/async-components/views/dialogs/keybackup/CreateKeyBackupDialog.js +++ b/src/async-components/views/dialogs/keybackup/CreateKeyBackupDialog.js @@ -503,7 +503,7 @@ export default React.createClass({
{content}