summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/components/Support.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/components/Support.js b/app/components/Support.js
index ee1db73d96..1d15229f99 100644
--- a/app/components/Support.js
+++ b/app/components/Support.js
@@ -162,8 +162,7 @@ export default class Support extends Component<SupportProps, SupportState> {
placeholder="Your email"
defaultValue={ this.state.email }
onChangeText={ this.onChangeEmail }
- keyboardType="email-address"
- autoFocus={ true } />
+ keyboardType="email-address" />
</View>
<View style={styles.support__form_row_message}>
<View style={styles.support__form_message_scroll_wrap}>