From 0a06aa6f9fc25a01eb07cbd7412bd799ab3abfd7 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 26 Jun 2019 22:54:09 +0100 Subject: [PATCH] Mobile: When inside a note, do not show side menu and search buttons --- ReactNativeClient/lib/components/screens/note.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReactNativeClient/lib/components/screens/note.js b/ReactNativeClient/lib/components/screens/note.js index 39e0fd6377..6aa74f8737 100644 --- a/ReactNativeClient/lib/components/screens/note.js +++ b/ReactNativeClient/lib/components/screens/note.js @@ -773,6 +773,8 @@ class NoteScreenComponent extends BaseScreenComponent { showSaveButton={showSaveButton} saveButtonDisabled={saveButtonDisabled} onSaveButtonPress={() => this.saveNoteButton_press()} + showSideMenuButton={false} + showSearchButton={false} /> { titleComp } { bodyComponent }