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

Mobile: Fixed freeze when last notebook was the conflict one and there are no longer any conflicted notes

This commit is contained in:
Laurent Cozic
2019-07-26 21:23:18 +02:00
parent eb083ae925
commit 7b42d7d2c8
2 changed files with 2 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ class NotesScreenComponent extends BaseScreenComponent {
if (!parent) {
return (
<View style={rootStyle}>
<ScreenHeader title={title} />
<ScreenHeader title={title} showSideMenuButton={true} showBackButton={false} />
</View>
)
}