summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-02-27 10:39:53 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-02-27 10:39:53 +0100
commit8b7a931a5199e3b04e810cf76822006c8b4118b6 (patch)
treef0b85a973eb3ffc3201635fd7069e61d612cf137
parenta5fe8e27e23d8d9d2afa13e6cc3f57813367c472 (diff)
downloadmullvadvpn-8b7a931a5199e3b04e810cf76822006c8b4118b6.tar.xz
mullvadvpn-8b7a931a5199e3b04e810cf76822006c8b4118b6.zip
Remove the autoFocus from Support page
-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}>