Skip to content

Commit

Permalink
🔥 Take out referral input (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Nov 30, 2021
1 parent 3796457 commit 648dbfb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,11 @@ export class LikerLandOAuthScreen extends React.Component<
this.redirectTimer = undefined
}
await Promise.all([
this.props.deepLinkHandleStore.handleAppReferrer(),
this.props.userStore.fetchUserInfo(),
this.props.userStore.appMeta.fetch(),
])
await this.props.userStore.postResume()
if (this.props.userStore.shouldPromptForReferrer) {
this.props.navigation.navigate("ReferrerInputScreen")
} else {
this.props.navigation.navigate("App")
}
this.props.navigation.navigate("App")

// Try to open the deferred deep link URL after sign in
await this.props.deepLinkHandleStore.openBranchDeepLink()
Expand Down

0 comments on commit 648dbfb

Please sign in to comment.