Move link notification to the conversation hero

This commit is contained in:
Josh Perez
2022-04-25 17:03:24 -04:00
committed by GitHub
parent 5f3a62cbb6
commit 2f44e33c9c
26 changed files with 174 additions and 350 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2021 Signal Messenger, LLC
// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { ComponentProps, ReactElement } from 'react';
@@ -193,8 +193,6 @@ export function SmartInstallScreen(): ReactElement {
throw new Error('Cannot confirm number; the component was unmounted');
}
window.Signal.Util.postLinkExperience.start();
return result;
};