Advertisement
ngoquoctruong302

Untitled

Dec 9th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function startPopupFlow () {
  2.   Promise.resolve()
  3.     .then(claimSocialGift)
  4.     .then(chatbotSubscribeAttempt)
  5.     .then(createShortcutAttempt)
  6.     .then(GiftPromptPopupScreen.showRandomGiftPrompt())
  7. }
  8.  
  9. function claimSocialGift () {
  10.   return Promise.reject();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement