We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c744ac commit 81770e6Copy full SHA for 81770e6
src/sharing/SharingScreen.js
@@ -58,6 +58,7 @@ export default function SharingScreen(props: Props): Node {
58
if (!hasAuth) {
59
// If there is no active logged-in account, abandon the sharing attempt,
60
// and present the account picker screen to the user.
61
+ // TODO(?): Offer to come back and finish the share after auth
62
NavigationService.dispatch(resetToAccountPicker());
63
}
64
}, [hasAuth]);
0 commit comments