1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
Laurent Cozic 2017-07-09 11:17:21 +01:00
parent 4b44a8a782
commit de16573742

View File

@ -63,8 +63,6 @@ class ScreenHeaderComponent extends Component {
let title = 'title' in this.props && this.props.title !== null ? this.props.title : _(this.props.navState.routeName);
console.info('CAN', this.props.historyCanGoBack);
return (
<View style={{ flexDirection: 'row', padding: 10, backgroundColor: '#ffffff', alignItems: 'center' }} >
<Button title="☰" onPress={() => this.sideMenuButton_press()} />