mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Mobile: When inside a note, do not show side menu and search buttons
This commit is contained in:
parent
f985cfa25c
commit
0a06aa6f9f
@ -773,6 +773,8 @@ class NoteScreenComponent extends BaseScreenComponent {
|
||||
showSaveButton={showSaveButton}
|
||||
saveButtonDisabled={saveButtonDisabled}
|
||||
onSaveButtonPress={() => this.saveNoteButton_press()}
|
||||
showSideMenuButton={false}
|
||||
showSearchButton={false}
|
||||
/>
|
||||
{ titleComp }
|
||||
{ bodyComponent }
|
||||
|
Loading…
Reference in New Issue
Block a user