-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20528 from s-alves10/fix/issue-17368
fix: missing copy icons and social icons on Android
- Loading branch information
Showing
6 changed files
with
29 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ function ContactMethodsPage(props) { | |
/> | ||
<ScrollView> | ||
<View style={[styles.ph5, styles.mv3, styles.flexRow, styles.flexWrap]}> | ||
<Text> | ||
<Text numberOfLines={100}> | ||
{props.translate('contacts.helpTextBeforeEmail')} | ||
<CopyTextToClipboard | ||
text="[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,7 @@ class WorkspaceReimburseView extends React.Component { | |
]} | ||
> | ||
<View style={[styles.mv3, styles.flexRow, styles.flexWrap]}> | ||
<Text> | ||
<Text numberOfLines={100}> | ||
{this.props.translate('workspace.reimburse.captureNoVBACopyBeforeEmail')} | ||
<CopyTextToClipboard | ||
text="[email protected]" | ||
|