1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Save scroll position in notes

This commit is contained in:
Laurent Cozic
2017-07-25 21:24:30 +01:00
parent d5e39d153f
commit ce6ca38fa0
4 changed files with 18 additions and 14 deletions

View File

@ -208,10 +208,8 @@ class SideMenuContentComponent extends Component {
items.push(<View style={{ height: globalStyle.marginBottom }} key='bottom_padding_hack'/>);
// onLayout={(event) => this.onLayout(event)}
return (
<View style={{flex:1}}>
<View style={{flex:1, borderRightWidth: 1, borderRightColor: globalStyle.dividerColor }}>
<View style={{flexDirection:'row'}}>
<Image style={{flex:1, height: 150}} source={require('../images/SideMenuHeader.png')} />
</View>