1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Dismiss keyboard

This commit is contained in:
Laurent Cozic
2017-07-10 22:44:55 +01:00
parent 70c75af225
commit 4adc9b30fb
2 changed files with 3 additions and 3 deletions

View File

@@ -89,11 +89,9 @@ class OneDriveLoginScreenComponent extends React.Component {
<ScreenHeader navState={this.props.navigation.state} />
<WebView
source={source}
style={{marginTop: 20}}
onNavigationStateChange={(o) => { this.webview_load(o); }}
onError={(error) => { this.webview_error(error); }}
/>
<Button title="Retry" onPress={() => { this.retryButton_click(); }}></Button>
</View>
);