[REGRESSION] Share this app (#1215)

This commit is contained in:
Djorkaeff Alexandre 2019-09-24 17:15:13 -03:00 committed by Diego Mello
parent 31d03ff5e5
commit ae7a9cba60
1 changed files with 8 additions and 7 deletions

View File

@ -145,6 +145,14 @@ class SettingsView extends React.Component {
right={this.renderDisclosure}
/>
<Separator />
<ListItem
title={I18n.t('Share_this_app')}
showActionIndicator
onPress={this.shareApp}
testID='settings-view-share-app'
right={this.renderDisclosure}
/>
<Separator />
<ListItem
title={I18n.t('Theme')}
showActionIndicator
@ -152,13 +160,6 @@ class SettingsView extends React.Component {
testID='settings-view-theme'
/>
<Separator />
<ListItem
title={I18n.t('Share_this_app')}
showActionIndicator
disabled
testID='settings-view-share-app'
/>
<Separator />
<SectionSeparator />