mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
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).
This commit is contained in:
parent
0eb39d8756
commit
e845409167
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ export default class DeviceListener {
|
|||
});
|
||||
}
|
||||
}
|
||||
return;
|
||||
} else if (await cli.secretStorageKeyNeedsUpgrade()) {
|
||||
ToastStore.sharedInstance().addOrReplaceToast({
|
||||
key: THIS_DEVICE_TOAST_KEY,
|
||||
|
|
Loading…
Reference in a new issue