Skip to content

Commit 81770e6

Browse files
committed
SharingScreen [nfc]: Add TODO(?) for auth-then-share
1 parent 3c744ac commit 81770e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sharing/SharingScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export default function SharingScreen(props: Props): Node {
5858
if (!hasAuth) {
5959
// If there is no active logged-in account, abandon the sharing attempt,
6060
// and present the account picker screen to the user.
61+
// TODO(?): Offer to come back and finish the share after auth
6162
NavigationService.dispatch(resetToAccountPicker());
6263
}
6364
}, [hasAuth]);

0 commit comments

Comments
 (0)