Skip to content

Commit

Permalink
Merge pull request #12002 from gabrielbazan7/ref/clipboard
Browse files Browse the repository at this point in the history
[FIX] remove clipboard check
  • Loading branch information
cmgustavo committed Jan 21, 2022
2 parents 001c06c + b2e45cc commit 775b5eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/tabs/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ export class TabsPage {
});

this.checkCardEnabled();
this.checkClipboardData();
if (this.platformProvider.isElectron) {
this.checkClipboardData();
}
this.tabProvider.prefetchGiftCards();
}

Expand Down

0 comments on commit 775b5eb

Please sign in to comment.