Skip to content

Commit

Permalink
dont show invalid deeplink if opening the app with no action (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Aug 30, 2019
1 parent 8dab1e7 commit fc45620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/DeeplinkManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class DeeplinkManager {
this.handlePaymentChannelsUrl(urlObj.pathname.replace('/payment/', ''), params);
break;
case 'focus':
case '':
break;

default:
Expand Down

0 comments on commit fc45620

Please sign in to comment.