From e845409167098097fcde34872ad121877b825dba Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 30 Apr 2020 11:00:35 +0100 Subject: [PATCH] Fix device verification toasts not disappearing recheck in DeviceListener returned early if cross-signing wasn't ready, but this was unnecessary and prevented it from hiding the device verification toasts (which also appeared above the toast to verify yourself). --- src/DeviceListener.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DeviceListener.js b/src/DeviceListener.js index 28f8e8b115..d948911d7c 100644 --- a/src/DeviceListener.js +++ b/src/DeviceListener.js @@ -223,7 +223,6 @@ export default class DeviceListener { }); } } - return; } else if (await cli.secretStorageKeyNeedsUpgrade()) { ToastStore.sharedInstance().addOrReplaceToast({ key: THIS_DEVICE_TOAST_KEY,